Skip to content

Commit

Permalink
fix cog icon
Browse files Browse the repository at this point in the history
  • Loading branch information
C-Lodder committed Apr 25, 2017
1 parent 1b2eb4f commit ce2266e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
'link',
JRoute::_('index.php?option=com_config&view=component&component=com_installer&path=&return=' . urlencode(base64_encode(JUri::getInstance()))),
'',
'class="alert-options float-right hasTooltip icon-options icon-white" data-dismiss="alert" title="' . str_replace('"', '"', JText::_('COM_INSTALLER_SHOW_JED_INFORMATION_TOOLTIP')) . '"'
'class="alert-options float-right hasTooltip icon-options" title="' . str_replace('"', '"', JText::_('COM_INSTALLER_SHOW_JED_INFORMATION_TOOLTIP')) . '"'
);
?>
<p><?php echo JText::_('COM_INSTALLER_INSTALL_FROM_WEB_INFO'); ?>
Expand Down

0 comments on commit ce2266e

Please sign in to comment.