From 6e459c4666f76e7e8f002ee7d0d7145520f408d7 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 1 Jul 2005 19:59:21 +0000 Subject: [PATCH] Fix: Meilleur respect W3C --- htdocs/fourn/index.php | 4 ++-- htdocs/lib/functions.inc.php | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/fourn/index.php b/htdocs/fourn/index.php index 02826c0839f..20000c3b4ec 100644 --- a/htdocs/fourn/index.php +++ b/htdocs/fourn/index.php @@ -95,8 +95,8 @@ if ($result) print ''; print ''; - print_liste_field_titre($langs->trans("Company"),"index.php","s.nom","","",'valign="center"',$sortfield); - print_liste_field_titre($langs->trans("Town"),"index.php","s.ville","","",'valign="center"',$sortfield); + print_liste_field_titre($langs->trans("Company"),"index.php","s.nom","","",'valign="middle"',$sortfield); + print_liste_field_titre($langs->trans("Town"),"index.php","s.ville","","",'valign="middle"',$sortfield); print_liste_field_titre($langs->trans("DateCreation"),"index.php","datec","","",'align="center"',$sortfield); print ''; print "\n"; diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index 9be06fd7e63..f4c567831ff 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -1175,8 +1175,8 @@ function print_titre($titre) */ function print_fiche_titre($titre, $mesg='') { - print "\n".'
 
'; - print ''; + print "\n".'
'.$titre.'
'; + print ''; if (strlen($mesg)) { print '';
'.$titre.'
'.$mesg.'