### Eclipse Workspace Patch 1.0 #P moodle20 Index: mod/lesson/pagetypes/multichoice.php =================================================================== RCS file: /cvsroot/moodle/moodle/mod/lesson/pagetypes/multichoice.php,v retrieving revision 1.16 diff -u -r1.16 multichoice.php --- mod/lesson/pagetypes/multichoice.php 28 Jul 2010 13:38:27 -0000 1.16 +++ mod/lesson/pagetypes/multichoice.php 29 Jul 2010 09:17:30 -0000 @@ -488,8 +488,15 @@ $i = 0; foreach ($answers as $answer) { - $mform->addElement('html', '
.*
|U', $answertext, $matches); + if ($count == 1) { + $answertext = preg_replace('|^(.*)
$|', "\\1", trim($answertext)); + } + $answertext = " ".$answertext; + $mform->addElement('html', '.*
|U', $answertext, $matches); + if ($count == 1) { + $answertext = preg_replace('|^(.*)
$|', "\\1", trim($answertext)); + } + $answertext = " ".$answertext; + $mform->addElement('html', '