diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2012-02-25 15:08:23 +0100 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2012-02-25 15:08:23 +0100 |
commit | 88c0ad4221cdc1eed917fa6bea612d53afbf1727 (patch) | |
tree | 6dbc1f0d7e94c88b5c2360930090031e3ccd0f2d /template/en | |
parent | 11fef47a1847cdfc5671dfc41447e893ed0037a5 (diff) | |
download | bugzilla-88c0ad4221cdc1eed917fa6bea612d53afbf1727.tar.gz bugzilla-88c0ad4221cdc1eed917fa6bea612d53afbf1727.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 27d1eb027..4eeff5e64 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -202,7 +202,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> | |