@@ -35,7 +35,7 @@ |
||
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); |