]> git.mjollnir.org Git - moodle.git/commitdiff
htmlentities() to s()
authorstronk7 <stronk7>
Tue, 11 Apr 2006 15:42:08 +0000 (15:42 +0000)
committerstronk7 <stronk7>
Tue, 11 Apr 2006 15:42:08 +0000 (15:42 +0000)
install.php

index 4d4703385f9f7fb9607036c7c7fbe2cab47a5bd4..1ee8ba3fcade286bb75b1a4c18dfe405e178d21e 100644 (file)
@@ -579,7 +579,7 @@ if ($nextstage == SAVE) {
 
         echo "<hr />\n";
         echo "<div style=\"text-align: left\">\n";
-        print_object(htmlentities($str));
+        print_object(s($str));
         echo "</div>\n";
     }
 } else {