From 1af3cc73bfa2539035d739df7b142fab60be7823 Mon Sep 17 00:00:00 2001 From: teepe Date: Tue, 25 Dec 2001 16:49:30 +0000 Subject: [PATCH] \n must be in "" and not in '' ... git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@1949 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- src/addressbook.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/addressbook.php b/src/addressbook.php index 634e5c74..64baea96 100644 --- a/src/addressbook.php +++ b/src/addressbook.php @@ -246,7 +246,7 @@ if($REQUEST_METHOD == 'POST') { /* Display error messages */ if (!empty($formerror)) { echo '' . "\n" . - '\n
\n
' . + '
' . "\n" . '
' . '' . _("ERROR") . ': ' . $formerror . '' . "\n
\n"; } -- 2.25.1