Fix: feuille de style non effective sur install

This commit is contained in:
Laurent Destailleur 2005-09-08 15:47:04 +00:00
parent cede53285b
commit e5c4dbbde7

View File

@ -54,7 +54,7 @@ function pHeader($soutitre,$next)
print '<html>';
print '<head>';
print '<meta http-equiv="content-type" content="text/html; charset='.$langs->trans("charset").'"';
print '<meta http-equiv="content-type" content="text/html; charset='.$langs->trans("charset").'">';
print '<link rel="stylesheet" type="text/css" href="./default.css">';
print '<title>'.$langs->trans("DolibarrSetup").'</title>';
print '</head>';