diff options
Diffstat (limited to 'web/html/index.php')
-rw-r--r-- | web/html/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/html/index.php b/web/html/index.php index cfd6598..fad1d2f 100644 --- a/web/html/index.php +++ b/web/html/index.php @@ -143,7 +143,7 @@ if (!empty($tokens[1]) && '/' . $tokens[1] == get_pkg_route()) { } else { switch ($path) { case "/css/archweb.css": - case "/css/aur.css": + case "/css/aurweb.css": case "/css/cgit.css": case "/css/archnavbar/archnavbar.css": header("Content-Type: text/css"); |