From 6270a2e23c2b3aeed14507a4d3b014afea658aca 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 df7ae4d4c43..c1aa388507c 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";