diff options
Diffstat (limited to 'src/main/resources/templates/postDetail.ftlh')
| -rw-r--r-- | src/main/resources/templates/postDetail.ftlh | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main/resources/templates/postDetail.ftlh b/src/main/resources/templates/postDetail.ftlh index 576e6e1..13d2ee5 100644 --- a/src/main/resources/templates/postDetail.ftlh +++ b/src/main/resources/templates/postDetail.ftlh @@ -7,7 +7,9 @@ <@postSummary postDetail.post/> </div> - ${(postDetail.selftextHtmlUnescaped?no_esc)!""} + <div class="post-selftext"> + ${(postDetail.selftextHtmlUnescaped?no_esc)!""} + </div> <div class="comment-heading"><@pluralise postDetail.commentCount, "comment"/></div> <div class="comments"> |