Bug 3283: Fix for a minor XHTML error in opac-tags_subject.tmpl

Signed-off-by: Galen Charlton <galen.charlton@liblime.com>
This commit is contained in:
Garry Collum 2009-06-02 18:44:31 -04:00 committed by Galen Charlton
parent 84c4c269b6
commit 535046b5f3

View 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" -->