From 5cfc83a1a3f63bcfbfcc1dc18e6d7b8645708cae Mon Sep 17 00:00:00 2001 From: Dean Taylor Date: Sat, 2 Apr 2016 17:45:34 +0100 Subject: [PATCH] FIX: Digest broken anchor tag for blank/SVG logo Highlighted here: https://meta.discourse.org/t/svg-image-as-digest-logo-has-limited-support/39935/11?u=deanmarktaylor --- app/views/user_notifications/digest.html.erb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/views/user_notifications/digest.html.erb b/app/views/user_notifications/digest.html.erb index c9be33626..fe5962f66 100644 --- a/app/views/user_notifications/digest.html.erb +++ b/app/views/user_notifications/digest.html.erb @@ -5,8 +5,9 @@ <%- if logo_url.blank? %> <%= SiteSetting.title %> <%- else %> - + <%- end %> +