We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c74b869 commit a171547Copy full SHA for a171547
Server/Blog/Templates/_default/Comment.html
@@ -8,7 +8,7 @@
8
</div>
9
10
<div class="content">
11
- [comment:comment]
+ [comment:comment|html]
12
13
<div class="actions">
14
<abbr data-time="[comment:CreatedOnDateUTC|yyyy-MM-dd HH:mm:ss]" class="moment">[comment:CreatedOnDateUTC]</abbr>
Server/Blog/Templates/classicBlog/Comment.html
@@ -11,7 +11,7 @@
<a href="[commenter:profileurl]">[comment:displayname]</a> <abbr title="[comment:CreatedOnDateUTC|u]" class="blog_commenttimeago"></abbr>
<div>
- <p>[comment:comment]</p>
+ <p>[comment:comment|html]</p>
15
16
<div class="commentMod dnnRight">
17
[subtemplate|CommentApproveBar.html|security:canapprovecomment|True]
0 commit comments