diff --git a/app/views/contexts/mobile_show_context.rhtml b/app/views/contexts/mobile_show_context.rhtml
index 869e5122..0ddd67b6 100644
--- a/app/views/contexts/mobile_show_context.rhtml
+++ b/app/views/contexts/mobile_show_context.rhtml
@@ -5,10 +5,11 @@
if not @not_done.empty?
# only show a context when there are actions in it
%>
-
<%=@context.name%>
-
- <%= render :partial => "todos/mobile_todo",
- :collection => @not_done,
- :locals => { :parent_container_type => "context" }%>
-
-<% end -%>
\ No newline at end of file
+<%=@context.name%>
+
+
+<%= render :partial => "todos/mobile_todo",
+ :collection => @not_done,
+ :locals => { :parent_container_type => "context" }-%>
+
+<% end -%>