summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--askbot/templates/group_messaging/threads_list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/askbot/templates/group_messaging/threads_list.html b/askbot/templates/group_messaging/threads_list.html
index 8469198c..bc0af802 100644
--- a/askbot/templates/group_messaging/threads_list.html
+++ b/askbot/templates/group_messaging/threads_list.html
@@ -12,7 +12,7 @@
{% endfor %}
{% else %}
<tr>
- <td class="empty" colspan="3">{% trans %}there are no messages yet...{% endtrans %}<td>
+ <td class="empty" colspan="3">{% trans %}there are no messages yet...{% endtrans %}</td>
</tr>
{% endif %}
</table>