31
2
mirror of https://github.com/joomla-extensions/jedchecker.git synced 2024-06-11 17:32:21 +00:00

<strong> was not properly closed

This commit is contained in:
Daniel Dimitrov 2013-04-11 15:52:32 +02:00
parent 202bc27e4f
commit 4eb3543b01

View File

@ -111,7 +111,7 @@ class jedcheckerRulesGpl extends JEDcheckerRule
else
{
$this->report->addInfo($file,
JText::_('COM_JEDCHECKER_GPL_COMPATIBLE_LICENSE_WAS_FOUND') . ':'. '<strong>'.$line.'</line>',
JText::_('COM_JEDCHECKER_GPL_COMPATIBLE_LICENSE_WAS_FOUND') . ':'. '<strong>'.$line.'</strong>',
$key);
return true;
}