From c4d18bdd5cab578c8e7f15339ee158b0d3438766 Mon Sep 17 00:00:00 2001 From: pichetp Date: Mon, 16 Jun 2008 03:05:35 +0000 Subject: [PATCH] MDL-15123 adding
to align new correct response-true value diagnosis in in datasetitems_form.php --- question/type/calculated/questiontype.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; } -- 2.39.5