Skip to content

Commit

Permalink
Try a fix for some browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed May 24, 2013
1 parent 7bbdae2 commit c97d1cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/main.inc.php
Expand Up @@ -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";
Expand Down

0 comments on commit c97d1cb

Please sign in to comment.