From e37f4407d47c4a7f8a33a3b23b9457e2162b215d Mon Sep 17 00:00:00 2001 From: bcroq Date: Fri, 3 Oct 2003 19:50:30 +0000 Subject: [PATCH] =?UTF-8?q?oubli=20de=20quelques=20"&"=20dans=20la=20r?= =?UTF-8?q?=E9vision=201.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/lib/functions.inc.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index 8aa3f74904e..30bd6fae590 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -328,9 +328,9 @@ function print_liste_field_titre($name, $file, $field, $begin="", $options="") global $conf; print $name." "; - print ''; + print ''; print 'A-Z'; - print ''; + print ''; print 'Z-A'; } @@ -351,9 +351,9 @@ function print_liste_field_titre_new($name, $file, $field, $begin="", $options=" print ''; } print $name." "; - print ''; + print ''; print 'A-Z'; - print ''; + print ''; print 'Z-A'; print ""; }