Skip to content

Commit

Permalink
Remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter Lose committed Oct 18, 2014
1 parent 8b9173b commit bc0ac98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/com_content/helpers/icon.php
Expand Up @@ -110,7 +110,7 @@ public static function email($article, $params, $attribs = array(), $legacy = fa
$attribs['title'] = JText::_('JGLOBAL_EMAIL');
$attribs['onclick'] = "window.open(this.href,'win2','" . $status . "'); return false;";
$attribs['rel'] = 'nofollow';

$output = JHtml::_('link', JRoute::_($url), $text, $attribs);

return $output;
Expand Down

0 comments on commit bc0ac98

Please sign in to comment.