1
0
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:
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)
{
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.