1
0
Fork 0

Merge pull request #8407 from MrPetovan/bug/8358-markdown-double-decode

Remove extraneous HTML decode in Markdown::toBBCode
This commit is contained in:
Michael Vogel 2020-03-11 21:18:36 +01:00 committed by GitHub
commit 7625eba86d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 55 additions and 19 deletions

View file

@ -6,6 +6,7 @@
</div>
<div class="form-group">
{{include file="field_radio.tpl" field=$type_bbcode}}
{{include file="field_radio.tpl" field=$type_diaspora}}
{{include file="field_radio.tpl" field=$type_markdown}}
{{include file="field_radio.tpl" field=$type_html}}
</div>