Bug 355924: report.cgi generates bare '&' in img src URL

Patch by Olav Vitters <olav@bkor.dhs.org> r=LpSolit a=justdave
This commit is contained in:
olav%bkor.dhs.org 2006-10-22 22:32:01 +00:00
Родитель 0e6491af71
Коммит 6d94e36519
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -137,7 +137,6 @@
],
'reports/report.html.tmpl' => [
'imagebase',
'width',
'height',
'imageurl',

Просмотреть файл

@ -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-" %]