From 3725cc8a58337a240204c86e1f03f81f6383f9ea Mon Sep 17 00:00:00 2001 From: stronk7 Date: Tue, 11 Apr 2006 15:42:08 +0000 Subject: [PATCH] htmlentities() to s() --- install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 { -- 2.39.5