1
0
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:
Tiago Brito
2013-11-20 00:54:00 +00:00
parent 2fd22fe386
commit b230483fa5

View File

@@ -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.