Ralfp 12 лет назад
Родитель
Сommit
195007a81d
1 измененных файлов с 1 добавлено и 1 удалено
  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>