From 4d19d12fffaba651741a67236c2d4c6440a02600 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Wed, 19 Jan 2005 21:43:30 +0000 Subject: [PATCH] =?UTF-8?q?Look:=20Modif=20esth=E9tique=20mineure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/lib/functions.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/lib/functions.inc.php b/htdocs/lib/functions.inc.php index 4d058f14290..10fc65babd8 100644 --- a/htdocs/lib/functions.inc.php +++ b/htdocs/lib/functions.inc.php @@ -954,7 +954,7 @@ function print_liste_field_titre($name, $file, $field, $begin="", $options="", $ } print $name." "; print ''.img_down("A-Z").''; - print ''.img_up("A-Z").''; + print ''.img_up("Z-A").''; print ""; }