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
This commit is contained in:
bsag 2006-03-23 18:56:41 +00:00
parent 6d4b5f70c0
commit 10ed289d28

View file

@ -1,5 +1,3 @@
<%
for @context in @contexts
-%>
<%= build_text_page( @todos, @context ) %>
<% for @context in @contexts -%>
<%= build_text_page( @todos, @context ) -%>
<% end -%>