From d9c2abebe6b2246f7cc27435a9ab3c59084ff947 Mon Sep 17 00:00:00 2001 From: ahollosi Date: Wed, 5 Jul 2000 13:52:28 +0000 Subject: [PATCH] fixed sloppy coding: had omitted an " git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/trunk@148 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- wiki_savepage.php3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki_savepage.php3 b/wiki_savepage.php3 index 55b1b4274..14469ed39 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 $pagename, 0); + GeneratePage('MESSAGE', $html, "Problem while updating $pagename", 0); exit; } -- 2.45.0