From c6bd7d975f0a66658a6efb310520f60049cf484a Mon Sep 17 00:00:00 2001 From: Pascal Corpet Date: Tue, 8 Feb 2005 16:26:11 +0000 Subject: [PATCH] bug 288, fix fleches inverses git-archimport-id: opensource@polytechnique.org--2005/platal--mainline--0.9--patch-459 --- templates/search.tpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/search.tpl b/templates/search.tpl index abb5013..a30f4de 100644 --- a/templates/search.tpl +++ b/templates/search.tpl @@ -37,8 +37,8 @@ [ {if $tri.asc or $tri.desc}{/if} {$tri.text} - {if $tri.asc}{/if} - {if $tri.desc}{/if} + {if $tri.desc}{/if} + {if $tri.asc}{/if} {if $tri.asc or $tri.desc}{/if} ] {/foreach} -- 2.1.4