]> source.dussan.org Git - gitea.git/commit
Fix label render containing invalid HTML (#27752) (#27762)
authorGiteabot <teabot@gitea.io>
Tue, 24 Oct 2023 01:39:13 +0000 (09:39 +0800)
committerGitHub <noreply@github.com>
Tue, 24 Oct 2023 01:39:13 +0000 (09:39 +0800)
commitcb9e10f97144248b512f8a528c6d443e9231651b
tree910176b01c5998822dfd3455a1c969b100ca4789
parent5087de1a5cea9789d5c89f679d31b4a7fb4c5220
Fix label render containing invalid HTML (#27752) (#27762)

Backport #27752 by @earl-warren

- The label HTML contained a quote that wasn't being closed.

Refs: https://codeberg.org/forgejo/forgejo/pulls/1651

(cherry picked from commit e2bc2c9a1fff482c49dbeb3a51e4e1c698bf506c)

Co-authored-by: Earl Warren <109468362+earl-warren@users.noreply.github.com>
Co-authored-by: Gusted <postmaster@gusted.xyz>
modules/templates/util_render.go