diff --git a/question/format/xhtml/format.php b/question/format/xhtml/format.php index b88c79e030e..77c91751d1a 100755 --- a/question/format/xhtml/format.php +++ b/question/format/xhtml/format.php @@ -121,6 +121,7 @@ function presave_process( $content ) { $xp .= " \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n"; $xp .= "\n"; $xp .= "\n"; + $xp .= "\n"; $xp .= "Moodle Quiz XHTML Export\n"; $xp .= $css; $xp .= "\n";