forked from Wavyzz/dolibarr
Try a fix for some browsers
This commit is contained in:
@@ -931,7 +931,7 @@ function top_htmlhead($head, $title='', $disablejs=0, $disablehead=0, $arrayofjs
|
|||||||
if (empty($disablehead))
|
if (empty($disablehead))
|
||||||
{
|
{
|
||||||
print "<head>\n";
|
print "<head>\n";
|
||||||
|
if (GETPOST('dol_basehref')) print '<base href="'.dol_escape_htmltag(GETPOST('dol_basehref')).'">'."\n";
|
||||||
// Displays meta
|
// Displays meta
|
||||||
print '<meta name="robots" content="noindex,nofollow">'."\n"; // Evite indexation par robots
|
print '<meta name="robots" content="noindex,nofollow">'."\n"; // Evite indexation par robots
|
||||||
print '<meta name="author" content="Dolibarr Development Team">'."\n";
|
print '<meta name="author" content="Dolibarr Development Team">'."\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user