From e719d62cd442125f109488b1ae03b586a490869d Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Mon, 18 Oct 2010 16:11:32 +0000 Subject: [PATCH] Fix: one hour of search for just one letter !! ;-) --- 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 a5244f75067..2d27ea69a00 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -859,7 +859,7 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs print ''."\n"; print ''."\n"; print ''."\n"; - print ''."\n"; + print ''."\n"; // This one is required for some Ajax features if (! defined('DISABLE_PROTOTYPE') && $conf->global->MAIN_USE_PROTOTYPE)