diff options
author | ubq323 <ubq323> | 2021-06-25 19:37:09 +0000 |
---|---|---|
committer | ubq323 <ubq323> | 2021-06-25 19:37:09 +0000 |
commit | 0133b7b7ee1bcde5cd63c48fdb0af25dfb1ffd00 (patch) | |
tree | 146ef94c948da951f06973be67e69766c5585243 /apioforum/templates | |
parent | d1bb2fa1b24ecaa54e1a9fc0cfd95aaa9a4907c9 (diff) |
allowify even more html tags
Diffstat (limited to 'apioforum/templates')
-rw-r--r-- | apioforum/templates/common.html | 2 |
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> |