From f6d251d3a0cf935d4076eb1aabc33c50b50c5dd7 Mon Sep 17 00:00:00 2001 From: Dan Rice Date: Fri, 30 Nov 2012 17:23:03 -0500 Subject: [PATCH 1/2] Fix stray HTML tags in mobile layout Fixes #1369 --- app/views/layouts/mobile.m.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/views/layouts/mobile.m.erb b/app/views/layouts/mobile.m.erb index 7ee541ad..35c88f5d 100644 --- a/app/views/layouts/mobile.m.erb +++ b/app/views/layouts/mobile.m.erb @@ -22,8 +22,8 @@ -<% end -%> +<% end -%>
<%= render_flash -%><%= yield -%>

<% if current_user && !current_user.prefs.nil? -%>