summaryrefslogtreecommitdiffstats
path: root/template/en/default/list/list.html.tmpl
diff options
context:
space:
mode:
authormyk%mozilla.org <>2004-10-22 04:02:28 +0200
committermyk%mozilla.org <>2004-10-22 04:02:28 +0200
commite843ae2a6b0bf8ede1b3bca296a397e07501c26a (patch)
tree81e69ad137c97c866a9b945e88c15558c6ab6921 /template/en/default/list/list.html.tmpl
parentb50ddb431c7dcc0ce21a963c5140c6c7f5f8398d (diff)
downloadbugzilla-e843ae2a6b0bf8ede1b3bca296a397e07501c26a.tar.gz
bugzilla-e843ae2a6b0bf8ede1b3bca296a397e07501c26a.tar.xz
Fix for bug 256207: moves CSS files to skins/standard/ as part of CSS plan; r=gerv, a=justdave
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 80348906f..48759ceb7 100644
--- a/template/en/default/list/list.html.tmpl
+++ b/template/en/default/list/list.html.tmpl
@@ -36,7 +36,7 @@
[% title = title _ ": " _ searchname %]
[% END %]
-[% style_urls = [ "css/buglist.css" ] %]
+[% style_urls = [ "skins/standard/buglist.css" ] %]
[% qorder = order FILTER url_quote IF order %]
[% message = "buglist_sorted_by_relevance" IF sorted_by_relevance %]