mirror of
https://github.com/e107inc/e107.git
synced 2025-08-02 04:40:44 +02:00
Xhtml fix
This commit is contained in:
@@ -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= "";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user