From be2f8c50a40911b087fbee317bb3b7fd65de02a5 Mon Sep 17 00:00:00 2001 From: lrbalt Date: Fri, 18 Jan 2008 15:35:43 +0000 Subject: [PATCH] Fixes #626. Removes unwanted whitespace. Thanks Peter. git-svn-id: http://www.rousette.org.uk/svn/tracks-repos/trunk@699 a4c988fc-2ded-0310-b66e-134b36920a42 --- tracks/app/views/contexts/_text_context.rhtml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tracks/app/views/contexts/_text_context.rhtml b/tracks/app/views/contexts/_text_context.rhtml index 104e357d..f572579a 100644 --- a/tracks/app/views/contexts/_text_context.rhtml +++ b/tracks/app/views/contexts/_text_context.rhtml @@ -3,6 +3,6 @@ context = text_context todos_in_context = todos.select { |t| t.context_id == context.id } if todos_in_context.length > 0 %> -<%= context.name.upcase %>: -<% end -%> -<%= render :partial => "todos/text_todo", :collection => todos_in_context -%> + <%= context.name.upcase %>: + <%= render :partial => "todos/text_todo", :collection => todos_in_context -%> +<% end -%> \ No newline at end of file