From 995b7f157d27cd1f73836437082e04994296aaa4 Mon Sep 17 00:00:00 2001 From: kevin_fourie Date: Mon, 30 Jun 2008 16:18:45 +0000 Subject: [PATCH] KTS-3463 "search_results.smarty" Fixed. Removed '/'. THIS NEEDS EXTENSIVE QA. --- templates/ktcore/search2/search_results.smarty | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/ktcore/search2/search_results.smarty b/templates/ktcore/search2/search_results.smarty index c4466cd..60b6640 100755 --- a/templates/ktcore/search2/search_results.smarty +++ b/templates/ktcore/search2/search_results.smarty @@ -128,7 +128,7 @@ function onShowAll(showall) {else} -
+ {assign var=cbid value=0} @@ -233,4 +233,4 @@ function onShowAll(showall) {/foreach}
-{/if} \ No newline at end of file +{/if} -- libgit2 0.21.4