From 64e92a75fb7c79f8ce60e7d63e1ff1065751c925 Mon Sep 17 00:00:00 2001 From: moodler Date: Wed, 4 Aug 2004 07:30:38 +0000 Subject: [PATCH] Fixed up HTML editor --- .../questiontypes/calculated/calculated.html | 22 +++++++------------ 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/mod/quiz/questiontypes/calculated/calculated.html b/mod/quiz/questiontypes/calculated/calculated.html index 8b29125e6d..f3c27a406e 100644 --- a/mod/quiz/questiontypes/calculated/calculated.html +++ b/mod/quiz/questiontypes/calculated/calculated.html @@ -37,7 +37,7 @@ echo "
"; } - print_textarea($usehtmleditor, 15, 60, 630, 300, "questiontext", $question->questiontext); + print_textarea($usehtmleditor, 20, 60, 630, 300, "questiontext", $question->questiontext); if ($usehtmleditor) { /// Trying this out for a while echo ''; @@ -140,12 +140,12 @@ for ($i=1; $i - - -"> - - - - - + -- 2.39.5