mirror of
https://github.com/joomla-extensions/jedchecker.git
synced 2024-11-17 02:25:10 +00:00
fix displaying of "\n" in the message
This commit is contained in:
parent
7d7fd10cac
commit
7fe37585f2
@ -120,7 +120,7 @@ class JedcheckerRulesLanguage extends JEDcheckerRule
|
||||
// Check EOL format is \n (not \r or \n\r)
|
||||
if (strpos($content, "\r") !== false)
|
||||
{
|
||||
$this->report->addInfo($file, JText::_('COM_JEDCHECKER_LANG_INCORRECT_EOL'));
|
||||
$this->report->addInfo($file, JText::_('COM_JEDCHECKER_LANG_INCORRECT_EOL', false, false));
|
||||
}
|
||||
|
||||
$lines = file($file);
|
||||
|
Loading…
Reference in New Issue
Block a user