Bug 3283: Fix for a minor XHTML error in opac-tags_subject.tmpl
[koha.git] / 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" -->