From 10ed289d28fab957ed6d58faae38ce1d2edbbded Mon Sep 17 00:00:00 2001 From: bsag Date: Thu, 23 Mar 2006 18:56:41 +0000 Subject: [PATCH] Made an absolutely minuscule change which eliminates the superfluous blank lines in the text feeds. git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@209 a4c988fc-2ded-0310-b66e-134b36920a42 --- tracks/app/views/feed/text.rhtml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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 -%>