Bug 13618: Specific places where we don't need to escape variables - intra
authorJonathan Druart <jonathan.druart@koha-community.org>
Mon, 22 Jun 2015 15:14:51 +0000 (17:14 +0200)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Fri, 29 Jan 2016 17:54:13 +0000 (17:54 +0000)
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

koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/detail.tt
koha-tmpl/intranet-tmpl/prog/en/modules/catalogue/results.tt

index 6f48fc6..5cb1cc3 100644 (file)
@@ -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>
index d196706..dab9866 100644 (file)
@@ -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 %]