Skip to content

Commit 770529a

Browse files
committed
testing button ui
1 parent 6f8a5a7 commit 770529a

File tree

1 file changed

+4
-3
lines changed
  • vendor/nodebb-theme-harmony-2.1.15/templates/partials/topic

1 file changed

+4
-3
lines changed

vendor/nodebb-theme-harmony-2.1.15/templates/partials/topic/post.tpl

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
</div>
8282

8383
<div class="content text-break" component="post/content" itemprop="text">
84-
{posts.content}
84+
{{{ posts.content }}}
8585

8686
{{{ if posts.translatedContent }}}
8787
<div class="sensitive-content-message">
@@ -90,12 +90,13 @@
9090
</a>
9191
</div>
9292

93-
<div class="translated-content" style="display:none;">
94-
{posts.translatedContent}
93+
<div class="translated-content" style="display: none;">
94+
{{{ posts.translatedContent }}}
9595
</div>
9696
{{{ end }}}
9797
</div>
9898

99+
99100
<!-- IMPORT partials/topic/post-poll.tpl -->
100101

101102
<div component="post/footer" class="post-footer border-bottom pb-2">

0 commit comments

Comments
 (0)