1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-02 20:57:26 +02:00

Xhtml fix

This commit is contained in:
CaMer0n
2009-04-28 00:06:17 +00:00
parent 18b9568dc5
commit 23e966b0a6

View File

@@ -11,9 +11,9 @@
| GNU General Public License (http://gnu.org). | GNU General Public License (http://gnu.org).
| |
| $Source: /cvs_backup/e107_0.8/e107_admin/notify.php,v $ | $Source: /cvs_backup/e107_0.8/e107_admin/notify.php,v $
| $Revision: 1.4 $ | $Revision: 1.5 $
| $Date: 2008-12-07 12:00:07 $ | $Date: 2009-04-28 00:06:17 $
| $Author: e107steved $ | $Author: e107coders $
+----------------------------------------------------------------------------+ +----------------------------------------------------------------------------+
*/ */
require_once('../class2.php'); require_once('../class2.php');
@@ -166,7 +166,7 @@ class notify_config
} }
else else
{ {
$disp = "display:none'"; $disp = "display:none";
$value= ""; $value= "";
} }