fix #900 where a spurious line from a merge problem causes unintended artifacts in mobile view. Thanks Henrik for spotting this

This commit is contained in:
Reinier Balt 2009-05-11 20:55:56 +02:00
parent 0938ffe044
commit 5e859f6b78

View file

@ -7,7 +7,6 @@ if not @not_done.empty?
-%>
<h2><%=mobile_context.name%></h2>
<ul class="c">
<table cellpadding="0" cellspacing="0" border="0" class="c">
<%= render :partial => "todos/mobile_todo",
:collection => @not_done,
:locals => { :parent_container_type => "context" }-%>