[Koha-patches] [PATCH] (bug #3725) fix unclosed tmpl_if

Nahuel ANGELINETTI nahuel.angelinetti at biblibre.com
Thu Oct 22 10:13:47 CEST 2009


---
 .../prog/en/modules/catalogue/results.tmpl         |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl
index dd03c31..7963616 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tmpl
@@ -386,7 +386,7 @@ function yuiZ3950button() {
                                   <!-- /TMPL_LOOP -->
                                 </p>
                                 <!-- /TMPL_IF -->
-                                
+                            <!-- /TMPL_IF -->
                                   <!-- TMPL_IF NAME="norequests" -->
                                         No holds allowed
                                     <!-- TMPL_ELSE -->
-- 
1.6.0.4




More information about the Koha-patches mailing list