From: olav%bkor.dhs.org <> Date: Mon, 23 Oct 2006 05:32:01 +0000 (+0000) Subject: Bug 355924: report.cgi generates bare '&' in img src URL X-Git-Tag: bugzilla-2.23.4~253 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e58ccfd7946e2f0164bdabf0b9dd68f31bdae287;p=thirdparty%2Fbugzilla.git Bug 355924: report.cgi generates bare '&' in img src URL Patch by Olav Vitters r=LpSolit a=justdave --- diff --git a/template/en/default/filterexceptions.pl b/template/en/default/filterexceptions.pl index dbfb5249a5..58988b68e2 100644 --- a/template/en/default/filterexceptions.pl +++ b/template/en/default/filterexceptions.pl @@ -137,7 +137,6 @@ ], 'reports/report.html.tmpl' => [ - 'imagebase', 'width', 'height', 'imageurl', diff --git a/template/en/default/reports/report.html.tmpl b/template/en/default/reports/report.html.tmpl index 5e7d74dac4..06acaf4227 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 @@

[% tbl_disp FILTER html %]

[% END %] - [% imageurl = BLOCK %]report.cgi?[% imagebase %]&format= + [% imageurl = BLOCK %]report.cgi?[% imagebase FILTER html %]&format= [% format FILTER url_quote %]&ctype=png&action=plot& [% IF tbl_field %] [% IF tbl != "-total-" %]