diff --git a/plone/app/discussion/browser/comments.pt b/plone/app/discussion/browser/comments.pt index 9b21cd7..226789e 100644 --- a/plone/app/discussion/browser/comments.pt +++ b/plone/app/discussion/browser/comments.pt @@ -9,7 +9,8 @@ tal:define="reply reply_dict/comment; depth reply_dict/depth|python:0;" tal:attributes="class python:'comment replyTreeLevel'+str(depth); - style string:margin-left: ${depth}em;"> + style string:margin-left: ${depth}em; + id string:comment-${reply/id}">

@@ -36,7 +37,8 @@ + id string:reply-to-comment-${reply/id}-button; + href string:#comment-${reply/id}">