From f91a6641c338cf77a09e1a230f955f054a1060cb Mon Sep 17 00:00:00 2001 From: Christian Boltz Date: Tue, 2 Oct 2007 23:17:07 +0000 Subject: [PATCH] - Fix HTML ( is opened inside the error message, close it again) git-svn-id: https://svn.code.sf.net/p/postfixadmin/code/trunk@119 a1433add-5e2c-0410-b055-b7f2511e0802 --- edit-mailbox.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edit-mailbox.php b/edit-mailbox.php index 7ce020b8..519b959a 100644 --- a/edit-mailbox.php +++ b/edit-mailbox.php @@ -60,7 +60,7 @@ if (!(check_owner ($SESSID_USERNAME, $fDomain) || authentication_has_role('globa $tName = $fName; $tQuota = $fQuota; $tActive = $fActive; - $tMessage = $PALANG['pEdit_mailbox_domain_error'] . "$fDomain"; // XXX ergh; why is a closing font tag here? + $tMessage = $PALANG['pEdit_mailbox_domain_error'] . "$fDomain"; } $user_details = db_array($result['result']);