From b65e52ad89de3a815cb28605aa86bdec999e8e38 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 9 Jan 2018 17:20:42 -0300 Subject: [PATCH] Bug 16782: Use uri filter instead of html --- .../intranet-tmpl/prog/en/modules/reports/guided_reports_start.tt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 b9daca6270..1d5e9f4671 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 @@ -204,9 +204,9 @@ canned reports and writing custom SQL reports.

[% IF (savedreport.public) %] - [% OPACBaseURL %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %] + [% OPACBaseURL %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %] [% ELSE %] - [% Koha.Preference('staffClientBaseURL') %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %] + [% Koha.Preference('staffClientBaseURL') %]/cgi-bin/koha/svc/report?id=[% savedreport.id | html %] [% END %] [% IF (usecache) %] [% savedreport.cache_expiry %] [% END %] -- 2.11.0