summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports/report.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/reports/report.html.tmpl')
-rw-r--r--template/en/default/reports/report.html.tmpl6
1 files changed, 3 insertions, 3 deletions
diff --git a/template/en/default/reports/report.html.tmpl b/template/en/default/reports/report.html.tmpl
index 0c15c9489..d4c9d4043 100644
--- a/template/en/default/reports/report.html.tmpl
+++ b/template/en/default/reports/report.html.tmpl
@@ -101,14 +101,14 @@
[% END %]
[% imageurl = BLOCK %]report.cgi?[% imagebase FILTER html %]&format=
- [% format FILTER url_quote %]&ctype=png&action=plot&
+ [% format FILTER uri %]&ctype=png&action=plot&
[% IF tbl_field %]
[% IF tbl != "-total-" %]
- [% tbl_field FILTER url_quote %]=[% tbl FILTER url_quote %]&
+ [% tbl_field FILTER uri %]=[% tbl FILTER uri %]&
[% ELSE %]
[% FOREACH tblname = tbl_names %]
[% IF tblname != "-total-" %]
- [% tbl_field FILTER url_quote %]=[% tblname FILTER url_quote %]&
+ [% tbl_field FILTER uri %]=[% tblname FILTER uri %]&
[% END %]
[% END %]
[% END %]