You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/templates
Giteabot 63512cd15d
Fix label render containing invalid HTML (#27752) (#27761)
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>
1 year ago
..
eval
scopedtmpl Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
vars
base.go Improve template system and panic recovery (#24461) 2 years ago
dynamic.go Use a general approach to access custom/static/builtin assets (#24022) 2 years ago
helper.go Fix context cache bug & enable context cache for dashabord commits' authors(#26991) (#27017) 1 year ago
helper_test.go
htmlrenderer.go Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
htmlrenderer_test.go Show friendly 500 error page to users and developers (#24110) 2 years ago
mailer.go Improve RunMode / dev mode (#24886) 2 years ago
static.go Use a general approach to access custom/static/builtin assets (#24022) 2 years ago
templates_bindata.go
util_avatar.go Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
util_dict.go Update go tool dependencies, restructure lint targets (#24239) 2 years ago
util_json.go Improve template helper (#24417) 2 years ago
util_misc.go Replace `interface{}` with `any` (#25686) (#25687) 2 years ago
util_render.go Fix label render containing invalid HTML (#27752) (#27761) 1 year ago
util_render_test.go Fix missing commit message body when the message has leading newlines (#25418) (#25422) 2 years ago
util_slice.go Improve template helper functions: string/slice (#24266) 2 years ago
util_string.go Improve template helper (#24417) 2 years ago
util_test.go Improve template helper functions: string/slice (#24266) 2 years ago