- Fix HTML (<span> 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
postfixadmin-2.3
Christian Boltz 19 years ago
parent 72991a4aa6
commit f91a6641c3

@ -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</font>"; // XXX ergh; why is a closing font tag here?
$tMessage = $PALANG['pEdit_mailbox_domain_error'] . "$fDomain</span>";
}
$user_details = db_array($result['result']);

Loading…
Cancel
Save