commit: 2d69bf4b3a4d8ffd2892f65e732ee2e2c3077418 parent: bb4d1eb2e86ec6227c18df29ce0f0f25ae2f6ee3 Author: Eugen Rochko <eugen@zeonfederated.com> Date: Tue, 8 Nov 2016 02:18:09 +0100 Fix 50x page image for non-/ pathsDiffstat:
M | public/500.html | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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>