Explorar el Código

consistent spacing in title style attribute

Tiago Brito hace 12 años
padre
commit
b230483fa5
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/Monolog/Formatter/HtmlEmailFormatter.php

+ 1 - 1
src/Monolog/Formatter/HtmlEmailFormatter.php

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