From 58a34d6cdbebd8795095a18c2f87a22634e30b15 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Mon, 2 Oct 2017 19:49:33 +0200 Subject: [PATCH] Typo (one bracket too much) --- src/templates/nodes/custom/comment/_macros.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/templates/nodes/custom/comment/_macros.pug b/src/templates/nodes/custom/comment/_macros.pug index 9bc36407..f5c280fb 100644 --- a/src/templates/nodes/custom/comment/_macros.pug +++ b/src/templates/nodes/custom/comment/_macros.pug @@ -42,7 +42,7 @@ .comment-time | {{ comment._created | pretty_date_time }} | {% if comment._created != comment._updated %} - span(title="edited {{ comment._updated | pretty_date_time }})") * + span(title="edited {{ comment._updated | pretty_date_time }}") * | {% endif %} | {% for reply in comment['_replies']['_items'] %}