]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 730552: HTML markup validation: unescaped "&" in CSV link on buglist.cgi
authorFrédéric Buclin <LpSolit@gmail.com>
Sat, 25 Feb 2012 14:06:31 +0000 (15:06 +0100)
committerFrédéric Buclin <LpSolit@gmail.com>
Sat, 25 Feb 2012 14:06:31 +0000 (15:06 +0100)
r=timello a=LpSolit

template/en/default/list/list.html.tmpl

index fda2b214074eed530c975d689f92d36ba12cec14..be8635408289ac782a6beb2dc71247c985e6d11c 100644 (file)
       
       <td valign="middle" class="bz_query_links">
         <a href="buglist.cgi?
-        [% urlquerypart FILTER html %]&amp;ctype=csv&human=1">CSV</a> |
+        [% urlquerypart FILTER html %]&amp;ctype=csv&amp;human=1">CSV</a> |
         <a href="buglist.cgi?
         [% urlquerypart FILTER html %]&amp;title=
         [%- title FILTER html %]&amp;ctype=atom">Feed</a> |