2
0
forked from Wavyzz/dolibarr

Try a fix for some browsers

This commit is contained in:
Laurent Destailleur
2013-05-23 19:29:39 +02:00
parent 7bbdae239f
commit c97d1cb15b

View File

@@ -931,7 +931,7 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs
if (empty($disablehead))
{
print "<head>\n";
if (GETPOST('dol_basehref')) print '<base href="'.dol_escape_htmltag(GETPOST('dol_basehref')).'">'."\n";
// Displays meta
print '<meta name="robots" content="noindex,nofollow">'."\n"; // Evite indexation par robots
print '<meta name="author" content="Dolibarr Development Team">'."\n";