mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-11 07:34:12 +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)
|
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.
|
* Formats a log record.
|
||||||
|
Reference in New Issue
Block a user