summaryrefslogtreecommitdiffstats
path: root/template/en/default/reports
diff options
context:
space:
mode:
authorolav%bkor.dhs.org <>2006-10-23 07:32:01 +0200
committerolav%bkor.dhs.org <>2006-10-23 07:32:01 +0200
commite58ccfd7946e2f0164bdabf0b9dd68f31bdae287 (patch)
tree86455967ed438445fd289efd2e9c36a20a79c588 /template/en/default/reports
parent25b338954de59e13596dd2512802456024571866 (diff)
downloadbugzilla-e58ccfd7946e2f0164bdabf0b9dd68f31bdae287.tar.gz
bugzilla-e58ccfd7946e2f0164bdabf0b9dd68f31bdae287.tar.xz
Bug 355924: report.cgi generates bare '&' in img src URL
Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=justdave
Diffstat (limited to 'template/en/default/reports')
-rw-r--r--template/en/default/reports/report.html.tmpl3
1 files changed, 2 insertions, 1 deletions
diff --git a/template/en/default/reports/report.html.tmpl b/template/en/default/reports/report.html.tmpl
index 5e7d74dac..06acaf422 100644
--- a/template/en/default/reports/report.html.tmpl
+++ b/template/en/default/reports/report.html.tmpl
@@ -29,6 +29,7 @@
# format: string. Format of the individual reports.
# width: integer. For image charts, height of the image.
# height: integer. For image charts, width of the image.
+ # imagebase: string. Base URL for chart image.
# switchbase: string. Base URL for format switching.
# cumulate: boolean. For bar/line charts, whether to cumulate data sets.
#%]
@@ -97,7 +98,7 @@
<h2>[% tbl_disp FILTER html %]</h2>
[% END %]
- [% imageurl = BLOCK %]report.cgi?[% imagebase %]&amp;format=
+ [% imageurl = BLOCK %]report.cgi?[% imagebase FILTER html %]&amp;format=
[% format FILTER url_quote %]&amp;ctype=png&amp;action=plot&amp;
[% IF tbl_field %]
[% IF tbl != "-total-" %]