[Koha-patches] [PATCH] Bug 3384: Fixes invalid xhtml in advsearch.tmpl

Garry Collum gcollum at gmail.com
Thu Jul 2 17:41:11 CEST 2009


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

diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tmpl b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tmpl
index 4d3aaad..7bff1f1 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tmpl
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/advsearch.tmpl
@@ -263,7 +263,7 @@
     <!-- <input type="hidden" name="limit" value="branch: MAIN" /> -->
         </p>
         <!-- TMPL_IF NAME="searchdomainloop" -->
-    <p>OR<p> <!-- should addjs to grey out group pulldown if a library is selected. -->
+    <p>OR</p> <!-- should addjs to grey out group pulldown if a library is selected. -->
     <p>
         <label for="categoryloop">Groups of Libraries</label><select name="multibranchlimit" id="categoryloop">
         <option value=""> -- none -- </option>
-- 
1.5.6.5




More information about the Koha-patches mailing list