mirror of
https://github.com/kevachat/webapp.git
synced 2025-01-22 12:34:25 +00:00
fix message format filters
This commit is contained in:
parent
8d3a763c2d
commit
efa4d08ada
@ -36,13 +36,13 @@
|
||||
{% endif %}
|
||||
{# apply markdown whitelist filters only to prevent ping from remote includes #}
|
||||
{{
|
||||
post.message | trim
|
||||
| striptags
|
||||
post.message | striptags
|
||||
| markdown_to_html
|
||||
| striptags
|
||||
| message_to_markdown
|
||||
| markdown_to_html
|
||||
| trim
|
||||
| nl2br
|
||||
| markdown_to_html
|
||||
}}
|
||||
</li>
|
||||
{% endfor %}
|
||||
|
Loading…
x
Reference in New Issue
Block a user