Merge pull request #4543 from Flaburgan/regression-404

Fix regression in 404.html
This commit is contained in:
Jonne Haß 2013-09-23 03:19:57 -07:00
commit 41733eab72

View file

@ -3,7 +3,7 @@
<head>
<title>The page you were looking for doesn't exist (404)</title>
<link href="favicon.ico" rel="shortcut icon">
<link href="404.css" type="text/css" rel="stylesheet">
<link href="/404.css" type="text/css" rel="stylesheet">
</head>
<body>
<!-- This file lives in public/404.html -->