summaryrefslogtreecommitdiffstats
path: root/template/en/default/list
diff options
context:
space:
mode:
authorjustdave%syndicomm.com <>2002-06-05 11:21:15 +0200
committerjustdave%syndicomm.com <>2002-06-05 11:21:15 +0200
commitb915835226f0b0cb463aaeb191ca31efb1cce84d (patch)
tree50a1ee948ffcaaec605af6402a74f32c49ed0ff8 /template/en/default/list
parent633f6e9de3706e593c46eb680984015f19251145 (diff)
downloadbugzilla-b915835226f0b0cb463aaeb191ca31efb1cce84d.tar.gz
bugzilla-b915835226f0b0cb463aaeb191ca31efb1cce84d.tar.xz
Fix for bug 148679: permit multiple stylesheets in the header template.
Patch by Joel Peshkin <bugreport@peshkin.net> r= jouni, gerv
Diffstat (limited to 'template/en/default/list')
-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 f6a4df389..8ffba004f 100644
--- a/template/en/default/list/list.html.tmpl
+++ b/template/en/default/list/list.html.tmpl
@@ -24,7 +24,7 @@
[%############################################################################%]
[% DEFAULT title = "Bug List" %]
-[% style_url = "css/buglist.css" %]
+[% style_urls = [ "css/buglist.css" ] %]
[% qorder = order FILTER url_quote IF order %]