diff --git a/app/views/todos/_todo.m.erb b/app/views/todos/_todo.m.erb
index ff1d58bd..2af89553 100644
--- a/app/views/todos/_todo.m.erb
+++ b/app/views/todos/_todo.m.erb
@@ -1,6 +1,6 @@
<% @todo = todo -%>
-<% remote_mobile_checkbox(todo) %>
+<%= remote_mobile_checkbox(todo) %>
<%= date_span -%> <%= link_to todo.description, todo_path(todo, :format => 'm') -%>
<% unless todo.notes.blank? %>
<%= link_to(image_tag("mobile_notes.png", :border => "0"), show_notes_todo_path(todo, :format => 'm')) -%>