Completed
Pull Request — master (#6)
by Patrick
03:25
created
class.FlipsideCAPTCHA.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -99,7 +99,7 @@
 block discarded – undo
99 99
         $string .= '<label for="captcha" class="col-sm-2 control-label">'.$this->get_question().'</label><div class="col-sm-10"><input class="form-control" type="text" id="captcha" name="captcha" placeholder="'.$this->get_hint().'" required/></div>';
100 100
         if($ownForm)
101 101
         {
102
-            $string .='</form>';
102
+            $string .= '</form>';
103 103
         }
104 104
         if($explination)
105 105
         {
Please login to merge, or discard this patch.