From c97d1cb15b94d9b3850d2d179d620e0e3d828fb1 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 23 May 2013 19:29:39 +0200 Subject: [PATCH] Try a fix for some browsers --- 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 5a39f4b09ef..d27bb64e6d0 100644 --- a/htdocs/main.inc.php +++ b/htdocs/main.inc.php @@ -931,7 +931,7 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs if (empty($disablehead)) { print "\n"; - + if (GETPOST('dol_basehref')) print ''."\n"; // Displays meta print ''."\n"; // Evite indexation par robots print ''."\n";