]> git.mjollnir.org Git - moodle.git/commitdiff
Convert tabs to spaces.
authortjhunt <tjhunt>
Thu, 10 Aug 2006 18:32:32 +0000 (18:32 +0000)
committertjhunt <tjhunt>
Thu, 10 Aug 2006 18:32:32 +0000 (18:32 +0000)
question/format/xhtml/format.php

index 9ce7b4b0759b384e2e6fb2259e1c4d00c73b02bd..b88c79e030e761545165dafd097e679c96ccc7ca 100755 (executable)
@@ -118,7 +118,7 @@ function presave_process( $content ) {
   $css = implode( ' ',$css_lines ); 
 
   $xp =  "<!DOCTYPE html PUBLIC \"-//W3C//DTD XHTML 1.0 Strict//EN\"\n";
-  $xp .= "     \"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd\">\n";
+  $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 .= "<title>Moodle Quiz XHTML Export</title>\n";