Remove superfluous space
This causes a <dt> to get rendered around the <tt>s which breaks some formatting.
This commit is contained in:
parent
ff45142663
commit
19dfafe376
1 changed files with 1 additions and 1 deletions
|
@ -801,7 +801,7 @@ one of the following event types:
|
|||
- ``m.room.create`` allows key ``creator``
|
||||
- ``m.room.join_rules`` allows key ``join_rule``
|
||||
- ``m.room.power_levels`` allows keys ``ban``, ``events``, ``events_default``,
|
||||
``kick``, ``redact``, ``state_default``, ``users``, ``users_default``.
|
||||
``kick``, ``redact``, ``state_default``, ``users``, ``users_default``.
|
||||
- ``m.room.aliases`` allows key ``aliases``
|
||||
|
||||
The redaction event should be added under the key ``redacted_because``. When a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue