From 99c73cf11a362284f1123601481e82002fe2424a Mon Sep 17 00:00:00 2001 From: Gustavo Novaro Date: Sat, 17 Dec 2016 04:48:41 -0300 Subject: [PATCH] HTML 5 doctype Improve install header to use html 5 doctype --- htdocs/install/inc.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/htdocs/install/inc.php b/htdocs/install/inc.php index b9b4f46d05e..2558c72feca 100644 --- a/htdocs/install/inc.php +++ b/htdocs/install/inc.php @@ -384,11 +384,11 @@ function pHeader($subtitle,$next,$action='set',$param='',$forcejqueryurl='') // We force the content charset header("Content-type: text/html; charset=".$conf->file->character_set_client); - print ''."\n"; + print ''."\n"; print ''."\n"; print ''."\n"; - print ''."\n"; - print ''."\n"; + print ''."\n"; + print ''."\n"; print ''."\n"; print ''."\n";