From: tjhunt Date: Thu, 10 Aug 2006 18:32:32 +0000 (+0000) Subject: Convert tabs to spaces. X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=8c8cad45d9ecc7bcb9ecede023e9434687034c68;p=moodle.git Convert tabs to spaces. --- 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";