aboutsummaryrefslogtreecommitdiffhomepage
path: root/apioforum/templates
diff options
context:
space:
mode:
authorubq323 <ubq323>2021-06-25 19:37:09 +0000
committerubq323 <ubq323>2021-06-25 19:37:09 +0000
commit0133b7b7ee1bcde5cd63c48fdb0af25dfb1ffd00 (patch)
tree146ef94c948da951f06973be67e69766c5585243 /apioforum/templates
parentd1bb2fa1b24ecaa54e1a9fc0cfd95aaa9a4907c9 (diff)
allowify even more html tags
Diffstat (limited to 'apioforum/templates')
-rw-r--r--apioforum/templates/common.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/apioforum/templates/common.html b/apioforum/templates/common.html
index 9301a49..ff20644 100644
--- a/apioforum/templates/common.html
+++ b/apioforum/templates/common.html
@@ -26,7 +26,7 @@
<a class="post-anchor-link" href="{{post_url(post)}}">#{{post.id}}</a>
</span>
</div>
- <div class="post-content">
+ <div class="post-content md">
{{ post.content|md|safe }}
</div>
</div>