From b49af1df17c06cb41d168fa154cb2104798c33cf Mon Sep 17 00:00:00 2001
From: David
Date: Tue, 13 Mar 2012 10:17:32 +1100
Subject: [PATCH] Bug 7618 Escape HTML special characters for SQL displayed
above results in Report module
Signed-off-by: Chris Cormack
Signed-off-by: Paul Poulain
---
.../prog/en/modules/reports/guided_reports_start.tt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt
index caf27f14c2..137fdbfeba 100644
--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt
+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt
@@ -496,7 +496,7 @@ canned reports and writing custom SQL reports.
[% name %]
[% IF ( notes ) %][% notes %]
[% END %]
[% IF ( unlimited_total ) %]Total number of rows matching the (unlimited) query is [% unlimited_total %].
[% END %]
-[% sql %]
+[% sql |html %]
[% pagination_bar %]
[% UNLESS ( errors ) %]