Skip to content
Snippets Groups Projects
Commit 3a7b67a4 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: HTML standard

parent 210df02f
No related branches found
No related tags found
No related merge requests found
...@@ -1566,7 +1566,7 @@ function print_liste_field_titre($name, $file, $field, $begin="", $options="", $ ...@@ -1566,7 +1566,7 @@ function print_liste_field_titre($name, $file, $field, $begin="", $options="", $
if ($field) if ($field)
{ {
//print " "; //print " ";
print '<img width="2px" src="/theme/common/transparent.png">'; print '<img width="2" src="/theme/common/transparent.png">';
if (! $sortorder) if (! $sortorder)
{ {
print '<a href="'.$file.'?sortfield='.$field.'&amp;sortorder=asc&amp;begin='.$begin.$options.'">'.img_down("A-Z",0).'</a>'; print '<a href="'.$file.'?sortfield='.$field.'&amp;sortorder=asc&amp;begin='.$begin.$options.'">'.img_down("A-Z",0).'</a>';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment