Passed
Push — master ( 1f95e2...a32a1e )
by Mihail
04:19
created
src/Exception/BanException.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -63,7 +63,7 @@
 block discarded – undo
63 63
     protected function sendHTML($message = null, $title = null)
64 64
     {
65 65
         //header('HTTP/1.1 404 Not Found');
66
-        return '<!DOCTYPE html><html><head><title>'. $this->title . '</title></head><body><div style="width:60%; margin: auto; background-color: #fcc;border: 1px solid #faa; padding: 0.5em 1em;"><h1 style="font-size: 120%">' . $title . '</h1><p>' . $message . '</p></div></body></html>';
66
+        return '<!DOCTYPE html><html><head><title>'.$this->title.'</title></head><body><div style="width:60%; margin: auto; background-color: #fcc;border: 1px solid #faa; padding: 0.5em 1em;"><h1 style="font-size: 120%">'.$title.'</h1><p>'.$message.'</p></div></body></html>';
67 67
     }
68 68
     
69 69
     /**
Please login to merge, or discard this patch.