diff --git a/main/exercice/fill_blanks.class.php b/main/exercice/fill_blanks.class.php index 25f69e60f2..cc2e3222eb 100644 --- a/main/exercice/fill_blanks.class.php +++ b/main/exercice/fill_blanks.class.php @@ -43,11 +43,10 @@ class FillBlanks extends Question * function which redifines Question::createAnswersForm * @param the formvalidator instance */ - function createAnswersForm ($form) - { + function createAnswersForm ($form) { $defaults = array(); - if(!empty($this->id)) { + if (!empty($this->id)) { $objAnswer = new answer($this->id); // the question is encoded like this @@ -78,31 +77,32 @@ class FillBlanks extends Question } // javascript - echo '