From 52dbf4569ea3c53e490c065e4e173108b3a401b9 Mon Sep 17 00:00:00 2001 From: ahollosi Date: Tue, 4 Jul 2000 21:19:58 +0000 Subject: [PATCH] fixed redundant htmlspecialchars() in ConcurrentUpdates() git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@145 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- wiki_savepage.php3 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/wiki_savepage.php3 b/wiki_savepage.php3 index 3e0666613..55b1b4274 100644 --- a/wiki_savepage.php3 +++ b/wiki_savepage.php3 @@ -1,4 +1,4 @@ - + Press Save again.\n" . "

Sorry for the inconvinience.

"; - GeneratePage('MESSAGE', $html, "Problem while updating " . - htmlspecialchars($pagename), 0); + GeneratePage('MESSAGE', $html, "Problem while updating $pagename, 0); exit; } -- 2.45.0