Browse Source

Typo in css class name

Ralfp 12 years ago
parent
commit
195007a81d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/cranefly/threads/thread.html

+ 1 - 1
templates/cranefly/threads/thread.html

@@ -260,7 +260,7 @@
               </form>
               {% endif %}
               {% else %}
-              <span class="post-{% if post.upvotes %}likes{% else %}neutral{% endif %}">{% trans %}Likes{% endtrans %}</span>
+              <span class="post-{% if post.upvotes %}like{% else %}neutral{% endif %}">{% trans %}Likes{% endtrans %}</span>
               {% endif %}
             {% if acl.threads.can_see_post_score(forum) == 2 %}
             </div>