diff --git a/app/views/spam/_task.html.erb b/app/views/spam/_task.html.erb
index e1ca894..fc2ae35 100644
--- a/app/views/spam/_task.html.erb
+++ b/app/views/spam/_task.html.erb
@@ -5,7 +5,7 @@
<%= task_information(task) %>
- <%= yield %> <% # ??? %>
+ <%= yield %> <%# ??? %>
<% button_bar do %>
<%= button_to_function('new', _('Mark as NOT SPAM'), 'removeTaskBox(this, %s, "%s", "")' % [url_for(:mark_task_as_ham => task.id).to_json, "task-#{task.id}"]) %>
--
libgit2 0.21.2