aboutsummaryrefslogtreecommitdiff
path: root/src/views/comments.pug
diff options
context:
space:
mode:
Diffstat (limited to 'src/views/comments.pug')
-rw-r--r--src/views/comments.pug2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/comments.pug b/src/views/comments.pug
index f7964a3..ff90554 100644
--- a/src/views/comments.pug
+++ b/src/views/comments.pug
@@ -14,7 +14,7 @@ html
14 img(src=post.url).post-media 14 img(src=post.url).post-media
15 else if post.post_hint == 'hosted:video' 15 else if post.post_hint == 'hosted:video'
16 video(src=post.url).post-media 16 video(src=post.url).post-media
17 p.self-text !{post.selftext} 17 p.self-text !{post.selftext_html}
18 hr 18 hr
19 19
20 div.comments-container 20 div.comments-container