summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/list.html.tmpl
diff options
context:
space:
mode:
authorMichael J Tosh <michael.j.tosh@lmco.com>2011-02-14 20:50:25 +0100
committerMax Kanat-Alexander <mkanat@bugzilla.org>2011-02-14 20:50:25 +0100
commitbfe719017240bceaf7c686baf4d30f9dcc35b943 (patch)
tree57d17271501b22d1a6ee0631a5f0bcb2083090f6 /template/en/default/list/list.html.tmpl
parent739d3a205aa7e3da1525eb8cce2ee7ef46317702 (diff)
downloadbugzilla-bfe719017240bceaf7c686baf4d30f9dcc35b943.tar.gz
bugzilla-bfe719017240bceaf7c686baf4d30f9dcc35b943.tar.xz
Bug 417551: Make it possible for CSV headers to be the field description
instead of the field name, and have the buglist.cgi link give you CSV like this by default. r=mkanat, a=mkanat
Diffstat (limited to 'template/en/default/list/list.html.tmpl')
-rw-r--r--template/en/default/list/list.html.tmpl2
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 924ce23dc..a669aecb9 100644
--- a/template/en/default/list/list.html.tmpl
+++ b/template/en/default/list/list.html.tmpl
@@ -204,7 +204,7 @@
<td valign="middle" class="bz_query_links">
<a href="buglist.cgi?
- [% urlquerypart FILTER html %]&amp;ctype=csv">CSV</a> |
+ [% urlquerypart FILTER html %]&amp;ctype=csv&human=1">CSV</a> |
<a href="buglist.cgi?
[% urlquerypart FILTER html %]&amp;title=
[%- title FILTER html %]&amp;ctype=atom">Feed</a> |