mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-12-16 14:31:29 +01:00
ajout du DOCTYPE et de la balise <html> pour la plupart des pages gnres
This commit is contained in:
@@ -325,6 +325,9 @@ function top_menu($head, $title="")
|
|||||||
{
|
{
|
||||||
global $user, $conf, $rtplang;
|
global $user, $conf, $rtplang;
|
||||||
|
|
||||||
|
print '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">';
|
||||||
|
print "\n<html>";
|
||||||
|
|
||||||
print $rtplang->lang_header();
|
print $rtplang->lang_header();
|
||||||
|
|
||||||
// print "<HTML><HEAD>";
|
// print "<HTML><HEAD>";
|
||||||
|
|||||||
Reference in New Issue
Block a user