[Koha-patches] [PATCH] Bug 3360: Fix for unclosed <ol> element in export.tmpl

Garry Collum gcollum at gmail.com
Thu Jun 25 02:23:39 CEST 2009


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

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tmpl
index babeb27..68a2cf1 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/export.tmpl
@@ -97,7 +97,7 @@ Calendar.setup(
                 }
         );
 </script></li>
-</ul></li>
+</ul></li></ol>
     </fieldset>
     <fieldset class="rows">
     <legend> Options</legend>
-- 
1.5.6.5




More information about the Koha-patches mailing list