Skip to content

Commit

Permalink
array code style
Browse files Browse the repository at this point in the history
  • Loading branch information
cyrezdev committed May 29, 2016
1 parent 1ae4b11 commit e43013c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ protected function getInput()
'bodyHeight' => '70',
'modalWidth' => '80',
'footer' => '<button type="button" class="btn" data-dismiss="modal" aria-hidden="true">'
. JText::_("JLIB_HTML_BEHAVIOR_CLOSE") . '</button>'
. JText::_("JLIB_HTML_BEHAVIOR_CLOSE") . '</button>',
)
);

Expand All @@ -225,7 +225,7 @@ protected function getInput()
. JText::_("JSAVE") . '</button>'
. '<button type="button" class="btn btn-success" aria-hidden="true"'
. ' onclick="jQuery(\'#articleEdit' . $value . 'Modal iframe\').contents().find(\'#applyBtn\').click();">'
. JText::_("JAPPLY") . '</button>'
. JText::_("JAPPLY") . '</button>',
)
);

Expand Down

0 comments on commit e43013c

Please sign in to comment.