Merge pull request #1632 from uhoreg/fix_room_member_state_key
fix handling of multi-line state key descriptions
This commit is contained in:
commit
84a2b7f3c0
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
{% if (event.typeof | length) %}
|
{% if (event.typeof | length) %}
|
||||||
*{{event.typeof}}*
|
*{{event.typeof}}*
|
||||||
{{event.typeof_info}}
|
{{event.typeof_info | indent_block(4)}}
|
||||||
|
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue