diff --git a/htdocs/admin/index.php b/htdocs/admin/index.php index 2889b38127b..beb12f04206 100644 --- a/htdocs/admin/index.php +++ b/htdocs/admin/index.php @@ -46,7 +46,7 @@ $form = new Form($db); print_fiche_titre($langs->trans("SetupArea"),'','setup'); print "
"; -print '
Dolibarr logo

'; +print '
Dolibarr logo

'; if ($mesg) print $mesg.'
'; diff --git a/htdocs/install/check.php b/htdocs/install/check.php index 612b5eb374d..73396c9e6aa 100644 --- a/htdocs/install/check.php +++ b/htdocs/install/check.php @@ -49,7 +49,7 @@ dolibarr_install_syslog("check: Dolibarr install/upgrade process started"); pHeader($langs->trans("DolibarrWelcome"),""); // Etape suivante = license -print '
Dolibarr logo

'; +print '
Dolibarr logo

'; print "
\n"; diff --git a/htdocs/install/index.php b/htdocs/install/index.php index 32fcdc5c401..3663f129949 100644 --- a/htdocs/install/index.php +++ b/htdocs/install/index.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2004-2005 Rodolphe Quiedeville * Copyright (C) 2004-2007 Laurent Destailleur * * This program is free software; you can redistribute it and/or modify @@ -49,7 +49,7 @@ $formadmin=new FormAdmin($db); pHeader("", "check"); // Etape suivante = index2 -print '
'; +print '
'; // Propose la langue d'installation $langs->load("admin"); diff --git a/htdocs/lib/security.lib.php b/htdocs/lib/security.lib.php index a53e343b9f6..68a5913f674 100644 --- a/htdocs/lib/security.lib.php +++ b/htdocs/lib/security.lib.php @@ -134,7 +134,7 @@ function dol_loginfunction($langs,$conf,$mysoc) { $urllogo=DOL_URL_ROOT.'/theme/dolibarr_logo.png'; } - print 'logoLogo'; print ''."\n"; diff --git a/htdocs/public/demo/index.php b/htdocs/public/demo/index.php index 3be467e563e..be1be5d3b6a 100644 --- a/htdocs/public/demo/index.php +++ b/htdocs/public/demo/index.php @@ -198,7 +198,7 @@ print "\n"; print ''; print '
'; -print '
Dolibarr logo

'; +print '
Dolibarr logo

'; print '
'; print $langs->trans("DemoDesc").'
';