Bug 3283: Fix for a minor XHTML error in opac-tags_subject.tmpl
authorGarry Collum <gcollum@gmail.com>
Tue, 2 Jun 2009 22:44:31 +0000 (18:44 -0400)
committerHenri-Damien LAURENT <henridamien.laurent@biblibre.com>
Wed, 16 Sep 2009 21:19:01 +0000 (23:19 +0200)
Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
Signed-off-by: Henri-Damien LAURENT <henridamien.laurent@biblibre.com>
koha-tmpl/opac-tmpl/prog/en/modules/opac-tags_subject.tmpl

index beb673e..39458c1 100644 (file)
@@ -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" -->