From 23e966b0a6ca3cab9dd73452e8352ca3e8f86b58 Mon Sep 17 00:00:00 2001 From: CaMer0n Date: Tue, 28 Apr 2009 00:06:17 +0000 Subject: [PATCH] Xhtml fix --- e107_admin/notify.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/e107_admin/notify.php b/e107_admin/notify.php index 561909bd9..178e8848d 100644 --- a/e107_admin/notify.php +++ b/e107_admin/notify.php @@ -11,9 +11,9 @@ | GNU General Public License (http://gnu.org). | | $Source: /cvs_backup/e107_0.8/e107_admin/notify.php,v $ -| $Revision: 1.4 $ -| $Date: 2008-12-07 12:00:07 $ -| $Author: e107steved $ +| $Revision: 1.5 $ +| $Date: 2009-04-28 00:06:17 $ +| $Author: e107coders $ +----------------------------------------------------------------------------+ */ require_once('../class2.php'); @@ -166,7 +166,7 @@ class notify_config } else { - $disp = "display:none'"; + $disp = "display:none"; $value= ""; }