From b6c794f627f4f41a798179cca0a548468fd3d3d6 Mon Sep 17 00:00:00 2001 From: Alasdair Smith Date: Fri, 21 Sep 2018 15:44:36 +0100 Subject: [PATCH] Ensure brand prefixed favicon is used --- services/web/app/views/general/500.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/web/app/views/general/500.pug b/services/web/app/views/general/500.pug index 73c926b6de..9bce0868e0 100644 --- a/services/web/app/views/general/500.pug +++ b/services/web/app/views/general/500.pug @@ -2,7 +2,7 @@ doctype html html.full-height(itemscope, itemtype='http://schema.org/Product') head title Something went wrong - link(rel="icon", href="/favicon.ico") + link(rel="icon", href="/" + settings.brandPrefix + "favicon.ico") if buildCssPath link(rel="stylesheet", href=buildCssPath("/" + settings.brandPrefix + "style.css")) link(href="//netdna.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css",rel="stylesheet")