mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 03:34:08 +01:00
Escape title
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
parent
7c5e123f4f
commit
d33635bdf9
|
|
@ -196,7 +196,7 @@
|
|||
anyway, because showing the title (like `EventFilter`) is better
|
||||
than showing `object`.
|
||||
*/}}
|
||||
{{ $type = .title }}
|
||||
{{ $type = .title | htmlEscape }}
|
||||
{{ end }}
|
||||
|
||||
{{ return $type }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue