diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-02-25 15:06:31 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-02-25 15:06:31 +0100 |
commit | 34ea872f071debcbbe470f37ae515a5de3604622 (patch) | |
tree | d5eaea3f65b01a983d2d9054cfdf4b86dbebe8bf /template/en | |
parent | 8b618be9d40747ae0477ac67e59213687626652f (diff) | |
download | bugzilla-34ea872f071debcbbe470f37ae515a5de3604622.tar.gz bugzilla-34ea872f071debcbbe470f37ae515a5de3604622.tar.xz |
Bug 730552: HTML markup validation: unescaped "&" in CSV link on buglist.cgi
r=timello a=LpSolit
Diffstat (limited to 'template/en')
-rw-r--r-- | template/en/default/list/list.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/list/list.html.tmpl b/template/en/default/list/list.html.tmpl index fda2b2140..be8635408 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -189,7 +189,7 @@ <td valign="middle" class="bz_query_links"> <a href="buglist.cgi? - [% urlquerypart FILTER html %]&ctype=csv&human=1">CSV</a> | + [% urlquerypart FILTER html %]&ctype=csv&human=1">CSV</a> | <a href="buglist.cgi? [% urlquerypart FILTER html %]&title= [%- title FILTER html %]&ctype=atom">Feed</a> | |