From: pichetp Date: Mon, 16 Jun 2008 03:05:35 +0000 (+0000) Subject: MDL-15123 adding
to align new X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c4d18bdd5cab578c8e7f15339ee158b0d3438766;p=moodle.git MDL-15123 adding
to align new correct response-true value diagnosis in in datasetitems_form.php --- diff --git a/question/type/calculated/questiontype.php b/question/type/calculated/questiontype.php index 2f2c4b1d75..9622a287a0 100644 --- a/question/type/calculated/questiontype.php +++ b/question/type/calculated/questiontype.php @@ -741,7 +741,7 @@ class question_calculated_qtype extends question_dataset_dependent_questiontype } else { $strheader .= $delimiter.$answer->answer; } - $delimiter = '

'; + $delimiter = '


'; } return $strheader; }