From 99261cff4c8494b21edd04437d939d217ad96ad7 Mon Sep 17 00:00:00 2001 From: zPlus <-> Date: Sun, 20 Mar 2016 10:35:07 +0100 Subject: [PATCH] template/comment: Move anchor out of the table --- template/comment.twig | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/template/comment.twig b/template/comment.twig index 55b1c2da..f3bdff1d 100644 --- a/template/comment.twig +++ b/template/comment.twig @@ -1,10 +1,10 @@ {% if comments[parent_id] %} {% for comment in comments[parent_id] %} + {# Add an anchor link for this comment #} + +
▣ |