Completed
Push — master ( ee9762...62b411 )
by Mihail
05:48
created
src/Ffcms/Core/Helper/HTML/Form/CaptchaField.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -35,7 +35,7 @@
 block discarded – undo
35 35
         }
36 36
         // get image link
37 37
         $image = App::$Captcha->get();
38
-        $response = '<img id="src-secure-image" src="' . $image . '" alt="captcha" onClick="this.src=\''.$image.'&rnd=\'+Math.random()" />';
38
+        $response = '<img id="src-secure-image" src="'.$image.'" alt="captcha" onClick="this.src=\''.$image.'&rnd=\'+Math.random()" />';
39 39
         // render response tag with image
40 40
         $this->properties['type'] = 'text';
41 41
         $response .= self::buildSingleTag('input', $this->properties);
Please login to merge, or discard this patch.