diff --git a/tracks/app/views/feed/text.rhtml b/tracks/app/views/feed/text.rhtml index f19c0f57..1efef1bc 100644 --- a/tracks/app/views/feed/text.rhtml +++ b/tracks/app/views/feed/text.rhtml @@ -1,5 +1,3 @@ -<% -for @context in @contexts --%> - <%= build_text_page( @todos, @context ) %> +<% for @context in @contexts -%> + <%= build_text_page( @todos, @context ) -%> <% end -%>