Skip to content

Commit

Permalink
Changed spaces to tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
yanev committed Jun 3, 2014
1 parent df82764 commit a9b0942
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions classes/Kohana/Jam/Form/Tart/General.php
Original file line number Diff line number Diff line change
Expand Up @@ -415,12 +415,12 @@ public function multiselect($name, array $options = array(), array $attributes =

if ($options['new_button'])
{
$h('button', array(
'type' => 'button',
'class' => 'btn',
'data-ignore-submit',
'data-remoteselect-new' => $options['model']
), $options['new_button']);
$h('button', array(
'type' => 'button',
'class' => 'btn',
'data-ignore-submit',
'data-remoteselect-new' => $options['model']
), $options['new_button']);
}

if ($options['list'])
Expand Down

0 comments on commit a9b0942

Please sign in to comment.