Skip to content

Commit

Permalink
fix conflicts 1
Browse files Browse the repository at this point in the history
  • Loading branch information
andrepereiradasilva committed May 8, 2016
1 parent f8c13c5 commit 328cfdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion administrator/modules/mod_status/tmpl/default.php
Expand Up @@ -22,7 +22,7 @@

$output[] = '<div class="btn-group viewsite">'
. '<a href="' . $frontEndUri->toString() . '" target="_blank">'
. '<span class="icon-out-2"></span> ' . JText::_('JGLOBAL_VIEW_SITE')
. '<span class="icon-out-2"></span>' . JText::_('JGLOBAL_VIEW_SITE')
. '</a>'
. '</div>'
. '<div class="btn-group divider"></div>';
Expand Down

0 comments on commit 328cfdb

Please sign in to comment.