Passed
Push — master ( b5f0d6...98c4c6 )
by Nicolaas
03:16
created
src/Tasks/SendMailTest.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -56,7 +56,7 @@
 block discarded – undo
56 56
                 <style>
57 57
                     input {width: 80vw; max-width: 500px; padding: 5px;}
58 58
                 </style>
59
-                <form action="" method="'.$this->formMethod().'">
59
+                <form action="" method="'.$this->formMethod() . '">
60 60
                     from: <br/><input name="from" value="' . Convert::raw2att($from) . '" /><br/><br/>
61 61
                     to: <br/><input name="to" value="' . Convert::raw2att($to) . '" /><br/><br/>
62 62
                     subject: <br/><input name="subject" value="' . Convert::raw2att($subject) . '" /><br/><br/>
Please login to merge, or discard this patch.