From e2264bab39f3e3d24e9df88003b1e993d4da0683 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 6 Sep 2005 19:55:56 +0000 Subject: [PATCH] Fix: Respect W3C --- htdocs/adherents/index.php | 4 ++-- htdocs/user/home.php | 10 ++++++---- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/htdocs/adherents/index.php b/htdocs/adherents/index.php index 3f381a93fe6..39609ad4614 100644 --- a/htdocs/adherents/index.php +++ b/htdocs/adherents/index.php @@ -133,9 +133,9 @@ print ''.$SommeA.''; print ''.$SommeB.''; print ''.$SommeC.''; print ''.$SommeD.''; -print "\n"; +print ''; -print ""; +print "\n"; print '
'; diff --git a/htdocs/user/home.php b/htdocs/user/home.php index dc241a1bf46..807327151a4 100644 --- a/htdocs/user/home.php +++ b/htdocs/user/home.php @@ -55,25 +55,27 @@ print ''; * Recherche User */ $var=false; -print ''; print ''; +print '
'; print ''; print ''; print ''; -print "
'.$langs->trans("SearchAUser").'
'; print $langs->trans("Ref").'
'.$langs->trans("Other").':

\n"; +print "
\n"; +print ''; /* * Recherche Group */ $var=false; -print ''; print ''; +print '
'; print ''; print ''; print ''; -print "
'.$langs->trans("SearchAGroup").'
'; print $langs->trans("Ref").':
'.$langs->trans("Other").':

\n"; +print "
\n"; +print ''; print '';