artkost / yii2-qa

[DEPRECATED] The Questions and Answers module inspired by Stack Overflow
http://yii2-qa.artkost.ru/
MIT License
88 stars 29 forks source link

Typo in form-question.php #35

Open faninv opened 8 years ago

faninv commented 8 years ago

if you compare form-answer and form-question, you will see the reason why the client side validation doesn't work in form-question.php on the last line. to fix it change <? ActiveForm::end(); ?> to <?php ActiveForm::end() ?>

JiLiZART commented 8 years ago

Anyway thanks for reporting issue :)