Skip to content

Commit

Permalink
Remove HTML sanitizing
Browse files Browse the repository at this point in the history
Signed-off-by: Kévin Commaille <zecakeh@tedomum.fr>
  • Loading branch information
zecakeh committed Nov 20, 2024
1 parent e6ab4c6 commit f39c44c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion layouts/shortcodes/proposal-tables.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
{{ end }}
{{ $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 := delimit $authors_list ", " }}

Expand Down

0 comments on commit f39c44c

Please sign in to comment.