Bug 13618: Specific places where we don't need to escape variables
There is no need to escape the html generated by the XSLT. Signed-off-by: Signed-off-by: Joonas Kylmälä <j.kylmala@gmail.com> Signed-off-by: Bernardo Gonzalez Kriegel <bgkriegel@gmail.com> Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> Signed-off-by: Brendan Gallagher brendan@bywatersolutions.com
This commit is contained in:
parent
cedaa0e23e
commit
49a3738b8d
2 changed files with 2 additions and 2 deletions
|
@ -109,7 +109,7 @@
|
|||
[% IF ( ISBD ) %]<span class="view"><a id="ISBDview" href="/cgi-bin/koha/opac-ISBDdetail.pl?biblionumber=[% biblionumber %]">ISBD view</a></span>[% END %]
|
||||
</div>
|
||||
[% IF ( OPACXSLTDetailsDisplay ) %]
|
||||
[% XSLTBloc %]
|
||||
[% XSLTBloc.raw %]
|
||||
[% ELSE %]
|
||||
<h1 class="title">[% title %][% IF ( subtitle ) %] <span class="subtitle">[% FOREACH subtitl IN subtitle %][% subtitl.subfield %] [% END %]</span>[% END %]</h1>
|
||||
[% IF ( author ) %]<h5 class="author">by <a href="/cgi-bin/koha/opac-search.pl?q=au:[% author |url %]">[% author %]</a></h5>[% END %]
|
||||
|
|
|
@ -321,7 +321,7 @@
|
|||
[% END %]
|
||||
|
||||
[% IF ( OPACXSLTResultsDisplay ) %]
|
||||
[% SEARCH_RESULT.XSLTResultsRecord %]
|
||||
[% SEARCH_RESULT.XSLTResultsRecord.raw %]
|
||||
[% ELSE %]
|
||||
[% IF ( BiblioDefaultViewmarc ) %]
|
||||
<a class="title" href="/cgi-bin/koha/opac-MARCdetail.pl?biblionumber=[% SEARCH_RESULT.biblionumber |url %]" title="View details for this title">
|
||||
|
|
Loading…
Reference in a new issue