# HG changeset patch # User neko259 # Date 2013-09-24 14:52:59 # Node ID 356869eb23411ffc9d7796db1a88cd932bdb8fa0 # Parent deaf76a209c37379123194d4a360d8172d21f46c Fixed a typo in thread JS. diff --git a/boards/templates/boards/thread.html b/boards/templates/boards/thread.html --- a/boards/templates/boards/thread.html +++ b/boards/templates/boards/thread.html @@ -12,7 +12,7 @@ {% block content %} {% get_current_language as LANGUAGE_CODE %} - + {% if posts %} {% cache 600 thread_view posts.0.last_edit_time moderator LANGUAGE_CODE %}