diff options
author | Douwe Maan <douwe@gitlab.com> | 2015-05-12 14:39:24 +0200 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2015-05-13 09:41:56 +0200 |
commit | 1981174a1e80533d7a5bc5fd90e06adb67f1dc5d (patch) | |
tree | 4b553686998693530e486094241a14b8c63ca330 /public | |
parent | 0c4653e101df82fd94181269db2ffb4ba425bebb (diff) | |
download | gitlab-ce-1981174a1e80533d7a5bc5fd90e06adb67f1dc5d.tar.gz |
Fix 422 error page.
Diffstat (limited to 'public')
-rw-r--r-- | public/422.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/422.html b/public/422.html index cad385ac153..026997b48e3 100644 --- a/public/422.html +++ b/public/422.html @@ -2,7 +2,7 @@ <html> <head> <title>The change you requested was rejected (422)</title> - <link href="static.css" media="screen" rel="stylesheet" type="text/css" /> + <link href="/static.css" media="screen" rel="stylesheet" type="text/css" /> </head> <body> |