From: pichetp Date: Mon, 18 Feb 2008 16:37:13 +0000 (+0000) Subject: MDL-13419 removing space before input html element X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=814a96fa47711d5b55a3672f0f33adb78155dc64;p=moodle.git MDL-13419 removing space before input html element --- diff --git a/question/type/multianswer/questiontype.php b/question/type/multianswer/questiontype.php index eeaab6bd67..6054d5180a 100644 --- a/question/type/multianswer/questiontype.php +++ b/question/type/multianswer/questiontype.php @@ -346,7 +346,7 @@ class embedded_cloze_qtype extends default_questiontype { } */ - echo " "; if (!empty($feedback) && !empty($USER->screenreader)) { echo "pixpath/i/feedback.gif\" alt=\"$feedback\" />";