summaryrefslogtreecommitdiffstats
path: root/template/en/default/list
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/list')
-rw-r--r--template/en/default/list/list-simple.html.tmpl2
-rw-r--r--template/en/default/list/list.html.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/template/en/default/list/list-simple.html.tmpl b/template/en/default/list/list-simple.html.tmpl
index 27271ac5b..c7cd2a490 100644
--- a/template/en/default/list/list-simple.html.tmpl
+++ b/template/en/default/list/list-simple.html.tmpl
@@ -41,7 +41,7 @@
<head>
<title>[% title %]</title>
- <link href="css/buglist.css" rel="stylesheet" type="text/css">
+ <link href="skins/standard/buglist.css" rel="stylesheet" type="text/css">
</head>
<body>
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 %]