Typo (one bracket too much)

This commit is contained in:
2017-10-02 19:49:33 +02:00
parent b0c7997128
commit 58a34d6cdb

View File

@@ -42,7 +42,7 @@
.comment-time .comment-time
| {{ comment._created | pretty_date_time }} | {{ comment._created | pretty_date_time }}
| {% if comment._created != comment._updated %} | {% if comment._created != comment._updated %}
span(title="edited {{ comment._updated | pretty_date_time }})") * span(title="edited {{ comment._updated | pretty_date_time }}") *
| {% endif %} | {% endif %}
| {% for reply in comment['_replies']['_items'] %} | {% for reply in comment['_replies']['_items'] %}