[Koha-patches] [PATCH] /TMPL_ELSE is invalid, should be TMPL_ELSE

paul.poulain at biblibre.com paul.poulain at biblibre.com
Mon Apr 14 18:55:54 CEST 2008


From: Paul POULAIN <paul.poulain at biblibre.com>

---
 .../prog/en/modules/serials/subscription-add.tmpl  |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tmpl
index 319b101..5c7198f 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tmpl
@@ -877,7 +877,7 @@ window.onload = irregular_order();
                 <!-- /TMPL_LOOP -->
                 </select> 
 				<div class="inputnote">Select a notice and patrons on the routing list will be notified when new issues are received.</div>
-            	<!-- /TMPL_ELSE -->
+            	<!-- TMPL_ELSE -->
 				<div class="inputnote">To notify patrons of new serial issues, you must <a href="/cgi-bin/koha/tools/letter.pl">define a notice</a>.</div>
 				<!-- /TMPL_IF -->
         </li>
-- 
1.5.3.2




More information about the Koha-patches mailing list