From b915835226f0b0cb463aaeb191ca31efb1cce84d Mon Sep 17 00:00:00 2001 From: "justdave%syndicomm.com" <> Date: Wed, 5 Jun 2002 09:21:15 +0000 Subject: Fix for bug 148679: permit multiple stylesheets in the header template. Patch by Joel Peshkin r= jouni, gerv --- template/en/default/list/list.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'template/en/default/list/list.html.tmpl') 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 %] -- cgit v1.2.3-24-g4f1b