SF.net SVN: postfixadmin: [119] trunk/edit-mailbox.php
Brought to you by:
christian_boltz,
gingerdog
|
From: <chr...@us...> - 2007-10-02 23:17:11
|
Revision: 119
http://postfixadmin.svn.sourceforge.net/postfixadmin/?rev=119&view=rev
Author: christian_boltz
Date: 2007-10-02 16:17:07 -0700 (Tue, 02 Oct 2007)
Log Message:
-----------
- Fix HTML (<span> is opened inside the error message, close it again)
Modified Paths:
--------------
trunk/edit-mailbox.php
Modified: trunk/edit-mailbox.php
===================================================================
--- trunk/edit-mailbox.php 2007-10-02 13:41:23 UTC (rev 118)
+++ trunk/edit-mailbox.php 2007-10-02 23:17:07 UTC (rev 119)
@@ -60,7 +60,7 @@
$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']);
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|