Browse Source

fix message format filters

main
ghost 7 months ago
parent
commit
efa4d08ada
  1. 6
      templates/default/room/index.html.twig

6
templates/default/room/index.html.twig

@ -36,13 +36,13 @@ @@ -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…
Cancel
Save