Skip to content

Commit

Permalink
adjust ident
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrezdev committed May 10, 2016
1 parent d99f191 commit 8e71c8f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function jSelectPosition_' . $this->id . '(name) {
'modalWidth' => '80',
'bodyHeight' => '70',
'footer' => '<button type="button" class="btn" data-dismiss="modal" aria-hidden="true">'
. JText::_("JLIB_HTML_BEHAVIOR_CLOSE") . '</button>'
. JText::_("JLIB_HTML_BEHAVIOR_CLOSE") . '</button>'
)
);
$html[] = '<input class="input-small" type="hidden" name="' . $this->name . '" value="'
Expand Down

0 comments on commit 8e71c8f

Please sign in to comment.