]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-15123 adding <br/> to align new
authorpichetp <pichetp>
Mon, 16 Jun 2008 03:05:35 +0000 (03:05 +0000)
committerpichetp <pichetp>
Mon, 16 Jun 2008 03:05:35 +0000 (03:05 +0000)
correct response-true value diagnosis in in datasetitems_form.php

question/type/calculated/questiontype.php

index 2f2c4b1d75de64d67b692e36ddb91f1f5cba5f4a..9622a287a0b130d3c7709481e115b5d07c2c0bd0 100644 (file)
@@ -741,7 +741,7 @@ class question_calculated_qtype extends question_dataset_dependent_questiontype
             } else {
                 $strheader .= $delimiter.$answer->answer;
             }
-            $delimiter = '<br/><br/>';
+            $delimiter = '<br/><br/><br/>';
         }
         return $strheader;
     }