From 0c2d48b60af9e7fb3b2fcc54d1f4e706d2242e0e Mon Sep 17 00:00:00 2001 From: Thibaut Girka Date: Mon, 17 Dec 2018 14:47:00 +0100 Subject: Replace animated oops.gif by a non-animated image Fixes #6060 --- app/views/layouts/error.html.haml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/views/layouts/error.html.haml') diff --git a/app/views/layouts/error.html.haml b/app/views/layouts/error.html.haml index be3e9f105..c9afbb5c8 100644 --- a/app/views/layouts/error.html.haml +++ b/app/views/layouts/error.html.haml @@ -9,6 +9,6 @@ = render partial: 'layouts/theme', object: (@theme || { pack: 'common', flavour: 'glitch', skin: 'default' }) %body.error .dialog - %img{ alt: Setting.default_settings['site_title'], src: '/oops.gif' }/ + %img{ alt: Setting.default_settings['site_title'], src: '/oops.png' }/ %div %h1= yield :content -- cgit