mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-12-24 11:25:26 +00:00
<strong> was not properly closed
This commit is contained in:
parent
202bc27e4f
commit
4eb3543b01
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user