diff options
author | bbaetz%student.usyd.edu.au <> | 2002-11-19 09:16:24 +0100 |
---|---|---|
committer | bbaetz%student.usyd.edu.au <> | 2002-11-19 09:16:24 +0100 |
commit | 880bfcebabf4e079e30f8cb1c9ddb03e2ab366e0 (patch) | |
tree | 135db142a871c237fbd039f6f7fcf1665363f5b5 /template/en/default/list | |
parent | ea9345d65c7e2770cad1f5890ad6a99b1acc4022 (diff) | |
download | bugzilla-880bfcebabf4e079e30f8cb1c9ddb03e2ab366e0.tar.gz bugzilla-880bfcebabf4e079e30f8cb1c9ddb03e2ab366e0.tar.xz |
Bug 175579 - make templates html compliant
r=gerv, a=justdave
Diffstat (limited to 'template/en/default/list')
-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 245c1313f..9b9f099d3 100644 --- a/template/en/default/list/list.html.tmpl +++ b/template/en/default/list/list.html.tmpl @@ -133,7 +133,7 @@ <input type="hidden" name="buglist" value="[% buglist %]"> <input type="submit" value="Long Format"> - <a href="buglist.cgi?[% urlquerypart %]&ctype=csv">CSV</a> + <a href="buglist.cgi?[% urlquerypart %]&ctype=csv">CSV</a> <a href="colchange.cgi?[% urlquerypart %]">Change Columns</a> [% IF bugs.size > 1 && caneditbugs && !dotweak %] |