Skip to content

Commit

Permalink
[Code Style] Line exceeds 150 characters; contains 181 characters
Browse files Browse the repository at this point in the history
  • Loading branch information
marco committed Oct 8, 2014
1 parent c987b7e commit 68de556
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion administrator/components/com_banners/helpers/html/banner.php
Expand Up @@ -31,7 +31,8 @@ public static function clients()

// Create the batch selector to change the client on a selection list.
$lines = array(
'<label id="batch-client-lbl" for="batch-client" class="hasTooltip" title="' . JHtml::tooltipText('COM_BANNERS_BATCH_CLIENT_LABEL', 'COM_BANNERS_BATCH_CLIENT_LABEL_DESC') . '">',
'<label id="batch-client-lbl" for="batch-client" class="hasTooltip" title="'
. JHtml::tooltipText('COM_BANNERS_BATCH_CLIENT_LABEL', 'COM_BANNERS_BATCH_CLIENT_LABEL_DESC') . '">',
JText::_('COM_BANNERS_BATCH_CLIENT_LABEL'),
'</label>',
'<select name="batch[client_id]" id="batch-client-id">',
Expand Down

0 comments on commit 68de556

Please sign in to comment.