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 8d9fbfb..1e56405 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 @@ -220,7 +220,7 @@ canned reports and writing custom SQL reports.

[% savedreport.type | html %] [% savedreport.groupname | html %] [% savedreport.subgroupname | html %] - [% savedreport.notes | html %] + [% savedreport.notes | $raw %] [% savedreport.borrowersurname | html %][% IF ( savedreport.borrowerfirstname ) %], [% savedreport.borrowerfirstname | html %][% END %] ([% savedreport.borrowernumber | html %]) [% savedreport.date_created | $KohaDates %] [% savedreport.last_modified | $KohaDates with_hours => 1 %] @@ -697,7 +697,7 @@ canned reports and writing custom SQL reports.

[% IF ( execute ) %]

[% name | html %]

-[% IF ( notes ) %]

Notes: [% notes | html %]

[% END %] +[% IF ( notes ) %]

Notes: [% notes | $raw %]

[% END %] [% IF ( unlimited_total ) %]

Total number of results: [% unlimited_total | html %][% IF unlimited_total > limit %] ([% limit | html %] shown)[% END %].

[% END %] @@ -811,7 +811,7 @@ canned reports and writing custom SQL reports.

[% IF saved_results %]

Saved report results

[% name | html %]

-

[% notes | html %]

+

[% notes | $raw %]

[% FOREACH rows IN saved_results %] @@ -827,7 +827,7 @@ canned reports and writing custom SQL reports.

[% reportname | html %]
    - [% IF ( notes ) %]
  1. Notes: [% notes | html %]
  2. [% ELSE %][% END %] + [% IF ( notes ) %]
  3. Notes: [% notes | $raw %]
  4. [% ELSE %][% END %]