From 990fe4c295b64468cd51cecde51e773d75292689 Mon Sep 17 00:00:00 2001 From: bcroq Date: Fri, 3 Oct 2003 19:37:38 +0000 Subject: [PATCH] ajout du DOCTYPE et du charset sur la page de login --- htdocs/lib/functions.inc.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index 9cc369aa450..dd39afbda80 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -30,7 +30,8 @@ function loginFunction() /** * Change the HTML output so that it fits to your * application. */ - print 'Dolibarr Authentification'; + print ''; + print "\nDolibarr Authentification"; print ' +
';