]> git.agnieray.net Git - galette.git/blobdiff - galette/lib/Galette/Core/GaletteMail.php
Scrutinizer Auto-Fixes (#59)
[galette.git] / galette / lib / Galette / Core / GaletteMail.php
index 3e4e95bdf8a6550e15dd5c2475ccc2c06f89a14a..7eb03bb41433740cd500380da33a1cdb575b4fb6 100644 (file)
@@ -320,7 +320,7 @@ class GaletteMail
                 $this->mail->AltBody .= $tsign;
                 //then apply email sign to html version
                 $sign_style = 'color:grey;border-top:1px solid #ccc;margin-top:2em';
-                $hsign = '<div style="' . $sign_style. '">' .
+                $hsign = '<div style="' . $sign_style . '">' .
                     nl2br($sign) . '</div>';
                 $this->mail->Body .= $hsign;
             } else {