Output was missing utf8 meta tag.

This commit is contained in:
thepurpleblob
2007-01-30 13:57:45 +00:00
parent a95cd8a650
commit f4a6bff311
+1
View File
@@ -121,6 +121,7 @@ function presave_process( $content ) {
$xp .= " \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n";
$xp .= "<html xmlns=\"http://www.w3.org/1999/xhtml\">\n";
$xp .= "<head>\n";
$xp .= "<meta http-equiv=\"content-type\" content=\"text/html; charset=UTF-8\" />\n";
$xp .= "<title>Moodle Quiz XHTML Export</title>\n";
$xp .= $css;
$xp .= "</head>\n";