Skip to content

Commit 5d981ee

Browse files
committed
fixed indentation issues
1 parent 220f972 commit 5d981ee

File tree

1 file changed

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

1 file changed

+11
-11
lines changed

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

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -80,17 +80,17 @@
8080
</div>
8181
</div>
8282

83-
<div class="content text-break" component="post/content" itemprop="text">
84-
{posts.content}
85-
{{{ if !posts.isEnglish }}}
86-
<div class="alert alert-info mt-2">
87-
<strong>Translated message:</strong>
88-
<span class="translated-content">
89-
{posts.translatedContent}
90-
</span>
91-
</div>
92-
{{{ end }}}
93-
</div>
83+
<div class="content text-break" component="post/content" itemprop="text">
84+
{posts.content}
85+
{{{ if !posts.isEnglish }}}
86+
<div class="alert alert-info mt-2">
87+
<strong>Translated message:</strong>
88+
<span class="translated-content">
89+
{posts.translatedContent}
90+
</span>
91+
</div>
92+
{{{ end }}}
93+
</div>
9494

9595

9696

0 commit comments

Comments
 (0)