From 8c8cad45d9ecc7bcb9ecede023e9434687034c68 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Thu, 10 Aug 2006 18:32:32 +0000 Subject: [PATCH] Convert tabs to spaces. --- question/format/xhtml/format.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/question/format/xhtml/format.php b/question/format/xhtml/format.php index 9ce7b4b075..b88c79e030 100755 --- a/question/format/xhtml/format.php +++ b/question/format/xhtml/format.php @@ -118,7 +118,7 @@ function presave_process( $content ) { $css = implode( ' ',$css_lines ); $xp = "\n"; + $xp .= " \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n"; $xp .= "\n"; $xp .= "\n"; $xp .= "Moodle Quiz XHTML Export\n"; -- 2.39.5