diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-11-08 02:18:09 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-11-08 02:18:09 +0100 |
commit | 2d69bf4b3a4d8ffd2892f65e732ee2e2c3077418 (patch) | |
tree | 0de31ca8da060bd2224234aacf7686bb45070bdb /public/500.html | |
parent | bb4d1eb2e86ec6227c18df29ce0f0f25ae2f6ee3 (diff) |
Fix 50x page image for non-/ paths
Diffstat (limited to 'public/500.html')
-rw-r--r-- | public/500.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/500.html b/public/500.html index aa18fc722..d656269aa 100644 --- a/public/500.html +++ b/public/500.html @@ -32,7 +32,7 @@ <body> <div class="dialog"> - <img src="oops.png" alt="Mastodon" /> + <img src="/oops.png" alt="Mastodon" /> <div> <h1>We're sorry, but something went wrong.</h1> |