aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/templates/postDetail.ftlh
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2020-07-05 19:29:49 +0100
committerJames Barnett <noreply@jamesbarnett.xyz>2020-07-05 19:29:49 +0100
commit66e4782c5c422b4f99a4763212bdc974efffc65b (patch)
tree0c7f4c62a21c297808a9fd89339c117767453609 /src/main/resources/templates/postDetail.ftlh
parent6f52bbd15bd7026b99433dfd30f5c74164b36b9d (diff)
downloadreddit-lite-66e4782c5c422b4f99a4763212bdc974efffc65b.tar.xz
reddit-lite-66e4782c5c422b4f99a4763212bdc974efffc65b.zip
Add dark theme. Improve display of multi-reddits. Add NetPositive inspired error pages
Diffstat (limited to 'src/main/resources/templates/postDetail.ftlh')
-rw-r--r--src/main/resources/templates/postDetail.ftlh4
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">