mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-09 14:46:46 +02:00
consistent spacing in title style attribute
This commit is contained in:
@@ -64,7 +64,7 @@ class HtmlEmailFormatter extends NormalizerFormatter
|
||||
*/
|
||||
private function addTitle($title, $level)
|
||||
{
|
||||
return '<h1 style="background: '.$this->logLevels[$level].'; color: #ffffff; padding: 5px;">'.$title.'</h1>';
|
||||
return '<h1 style="background: '.$this->logLevels[$level].';color: #ffffff;padding: 5px;">'.$title.'</h1>';
|
||||
}
|
||||
/**
|
||||
* Formats a log record.
|
||||
|
Reference in New Issue
Block a user