From 4508fbe9e6c1025e55441561a6ad1e3a0447ced2 Mon Sep 17 00:00:00 2001 From: Jeff Atwood Date: Tue, 19 Aug 2014 23:23:13 -0700 Subject: [PATCH] remove
between Popular Posts in email digest --- app/views/user_notifications/digest.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/user_notifications/digest.html.erb b/app/views/user_notifications/digest.html.erb index ef21d2fb131..619992fcbd3 100644 --- a/app/views/user_notifications/digest.html.erb +++ b/app/views/user_notifications/digest.html.erb @@ -28,7 +28,7 @@ <%- end %> - <%- if i < @featured_topics.size - 1 %>
<% end %> + <%- if i < @featured_topics.size - 1 %><% end %> <%- end %> <%- end %>