From 13449991ad094d2ed8367bde6335e1418ac61efd Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 31 Oct 2005 04:39:25 +0000 Subject: [PATCH] Fix: Respect W3C --- htdocs/main.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/main.inc.php b/htdocs/main.inc.php index 05445af2c8b..2e932aa4322 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -268,7 +268,7 @@ function top_htmlhead($head, $title="", $target="") if ($conf->use_javascript) { - print ''; + print ''; } print "\n";