From f4a6bff3116d826fb0fccc605febc2eb2d65a545 Mon Sep 17 00:00:00 2001 From: thepurpleblob Date: Tue, 30 Jan 2007 13:57:45 +0000 Subject: [PATCH] Output was missing utf8 meta tag. --- question/format/xhtml/format.php | 1 + 1 file changed, 1 insertion(+) diff --git a/question/format/xhtml/format.php b/question/format/xhtml/format.php index b88c79e030..77c91751d1 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"; -- 2.39.5