diff --git a/main/exercise/question_pool.php b/main/exercise/question_pool.php index 0286b60c68..c24d198c2b 100755 --- a/main/exercise/question_pool.php +++ b/main/exercise/question_pool.php @@ -414,7 +414,7 @@ $select_answer_html = Display::select( ); echo Display::form_row(get_lang('AnswerType'), $select_answer_html); -$button = ''; +$button = ''; echo Display::form_row('', $button); echo ""; echo "";