@@ -99,7 +99,7 @@ |
||
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 | { |