]> source.dussan.org Git - gitea.git/commit
Fix label render containing invalid HTML (#27752)
authorEarl Warren <109468362+earl-warren@users.noreply.github.com>
Mon, 23 Oct 2023 23:02:00 +0000 (01:02 +0200)
committerGitHub <noreply@github.com>
Mon, 23 Oct 2023 23:02:00 +0000 (23:02 +0000)
commit6352114a77cb67e8797f2c8552328f684092c42d
tree96785b789c00bef96d39ad6506ea76faa65434e8
parent51d1dc22ff94b561b1a3c00f8eb8ac04a4ee2674
Fix label render containing invalid HTML (#27752)

- 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: Gusted <postmaster@gusted.xyz>
modules/templates/util_render.go