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