From d36dcad773df10087b40e4d089b8f95acabb47ad Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Tue, 1 Nov 2016 19:28:33 +0100 Subject: [PATCH] Fix rated status for comments (was missing space between classes) --- src/templates/nodes/custom/comment/_macros.jade | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/nodes/custom/comment/_macros.jade b/src/templates/nodes/custom/comment/_macros.jade index cf1bd057..90cb26e5 100644 --- a/src/templates/nodes/custom/comment/_macros.jade +++ b/src/templates/nodes/custom/comment/_macros.jade @@ -21,7 +21,7 @@ .comment-meta .comment-rating( - class="{% if comment._current_user_rating is not none %}rated{% if comment._current_user_rating %}positive{% endif %}{% endif %}") + class="{% if comment._current_user_rating is not none %}rated{% if comment._current_user_rating %} positive{% endif %}{% endif %}") .comment-rating-value(title="Number of likes") {{ rating }} | {% if not comment._is_own %} .comment-action-rating.up(title="Like comment")