Remove HTML sanitizing

Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
This commit is contained in:
Kévin Commaille 2024-11-20 11:15:16 +01:00
parent e6ab4c6040
commit f39c44c827
No known key found for this signature in database
GPG key ID: 0C971D9DBC9D678D

View file

@ -60,7 +60,6 @@
{{ end }} {{ end }}
{{ $docs_links := delimit $docs_links_list ", " }} {{ $docs_links := delimit $docs_links_list ", " }}
{{ $authors_list := apply .authors "htmlEscape" "." }}
{{ $authors_list := apply .authors "printf" "<a href=\"https://github.com/%s\">@%s</a>" "." "." }} {{ $authors_list := apply .authors "printf" "<a href=\"https://github.com/%s\">@%s</a>" "." "." }}
{{ $authors := delimit $authors_list ", " }} {{ $authors := delimit $authors_list ", " }}