(bug #3513) fix xhtml in marc detail
Signed-off-by: Galen Charlton <gmcharlt@gmail.com>
This commit is contained in:
parent
1ab0497f7e
commit
5e4d69484c
1 changed files with 1 additions and 1 deletions
|
@ -212,7 +212,7 @@ function Changefwk(FwkList) {
|
|||
<!-- TMPL_IF NAME="is_url" --><a href="<!-- TMPL_VAR NAME="marc_value" -->"><!-- TMPL_VAR NAME="marc_value" escape="html" --></a><!-- TMPL_ELSE --><!-- TMPL_VAR NAME="marc_value" ESCAPE="html" --><!-- /TMPL_IF -->
|
||||
<!-- TMPL_IF name="link" -->
|
||||
<a href="/cgi-bin/koha/catalogue/search.pl?op=do_search&idx=<!-- TMPL_VAR NAME="link" -->,phr&type=intranet&q=<!-- TMPL_VAR NAME="marc_value" ESCAPE="URL" -->">
|
||||
<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" title="Search on <!-- TMPL_VAR NAME="marc_value" ESCAPE="html" -->"> alt="Search on <!-- TMPL_VAR NAME="marc_value" ESCAPE="html" -->" />
|
||||
<img border="0" src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/filefind.png" height="15" title="Search on <!-- TMPL_VAR NAME="marc_value" ESCAPE="html" -->" alt="Search on <!-- TMPL_VAR NAME="marc_value" ESCAPE="html" -->" />
|
||||
</a>
|
||||
<!-- /TMPL_IF -->
|
||||
<!-- TMPL_IF NAME="authority" -->
|
||||
|
|
Loading…
Reference in a new issue