mirror of
https://github.com/matrix-org/matrix-spec
synced 2026-03-23 19:44:09 +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
|
anyway, because showing the title (like `EventFilter`) is better
|
||||||
than showing `object`.
|
than showing `object`.
|
||||||
*/}}
|
*/}}
|
||||||
{{ $type = .title }}
|
{{ $type = .title | htmlEscape }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
|
|
||||||
{{ return $type }}
|
{{ return $type }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue