[Koha-patches] [PATCH] Bug 3283: Fix for a minor XHTML error in opac-tags_subject.tmpl

Garry Collum gcollum at gmail.com
Wed Jun 3 00:44:31 CEST 2009


---
 .../prog/en/modules/opac-tags_subject.tmpl         |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-tags_subject.tmpl b/koha-tmpl/opac-tmpl/prog/en/modules/opac-tags_subject.tmpl
index beb673e..39458c1 100644
--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-tags_subject.tmpl
+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-tags_subject.tmpl
@@ -21,7 +21,7 @@
         </fieldset>
 
         <!-- TMPL_LOOP name="LOOP" -->
-            <a href="/cgi-bin/koha/opac-search.pl?idx=su&q=&quot;<!-- TMPL_VAR name="entry" ESCAPE="HTML" -->&quot;" style="font-size:<!-- TMPL_VAR name="weight" -->px;"><!-- TMPL_VAR name="entry" --></a>
+            <a href="/cgi-bin/koha/opac-search.pl?idx=su&amp;q=&quot;<!-- TMPL_VAR name="entry" ESCAPE="HTML" -->&quot;" style="font-size:<!-- TMPL_VAR name="weight" -->px;"><!-- TMPL_VAR name="entry" --></a>
         <!-- /TMPL_LOOP -->
 		<!-- TMPL_ELSE -->
 			<p>Note: This feature only available to French catalogs where ISBD subjects have been populated, and an index built by separate script.</p>
@@ -37,6 +37,5 @@
 	<!--TMPL_INCLUDE NAME="navigation.inc" -->
 	</div></div>
 	<!-- /TMPL_IF -->
-  </div>
 </div>
 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
-- 
1.5.6.5




More information about the Koha-patches mailing list