From: stronk7 Date: Tue, 11 Apr 2006 15:42:08 +0000 (+0000) Subject: htmlentities() to s() X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=3725cc8a58337a240204c86e1f03f81f6383f9ea;p=moodle.git htmlentities() to s() --- diff --git a/install.php b/install.php index 4d4703385f..1ee8ba3fca 100644 --- a/install.php +++ b/install.php @@ -579,7 +579,7 @@ if ($nextstage == SAVE) { echo "
\n"; echo "
\n"; - print_object(htmlentities($str)); + print_object(s($str)); echo "
\n"; } } else {