Bug 13618: Specific places where we don't need to escape variables - intra
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
7db851ff03
commit
00eff140b3
2 changed files with 2 additions and 2 deletions
|
@ -355,7 +355,7 @@ function verify_images() {
|
|||
[% END %]
|
||||
|
||||
[% IF ( XSLTDetailsDisplay ) %]
|
||||
[% XSLTBloc %]
|
||||
[% XSLTBloc.raw %]
|
||||
|
||||
[% IF shelves.count %]
|
||||
<span class="results_summary"><span class="label">Lists that include this title: </span>
|
||||
|
|
|
@ -500,7 +500,7 @@ var holdForPatron = function () {
|
|||
<td>
|
||||
[% IF ( SEARCH_RESULT.XSLTResultsRecord ) %]
|
||||
[% SEARCH_RESULT.result_number %].
|
||||
[% SEARCH_RESULT.XSLTResultsRecord %]
|
||||
[% SEARCH_RESULT.XSLTResultsRecord.raw %]
|
||||
[% ELSE %]
|
||||
<p>[% SEARCH_RESULT.result_number %].
|
||||
[% biblionumber = SEARCH_RESULT.biblionumber %]
|
||||
|
|
Loading…
Reference in a new issue