gitea/modules/templates
wxiaoguang fb42972c05
Rename Str2html to SanitizeHTML and clarify its behavior (#29516)
Str2html was abused a lot. So use a proper name for it: SanitizeHTML

And add some tests to show its behavior.
2024-03-01 10:16:19 +00:00
..
eval
scopedtmpl
vars
base.go
dynamic.go
helper_test.go Rename Str2html to SanitizeHTML and clarify its behavior (#29516) 2024-03-01 10:16:19 +00:00
helper.go Rename Str2html to SanitizeHTML and clarify its behavior (#29516) 2024-03-01 10:16:19 +00:00
htmlrenderer_test.go
htmlrenderer.go
mailer.go Fix mail template error (#29410) 2024-02-26 22:31:30 +00:00
static.go
templates_bindata.go
util_avatar.go Fix default avatar image size in PR diff page (#28971) 2024-02-02 10:01:11 +00:00
util_dict.go
util_json.go
util_misc.go
util_render_test.go Rework markup link rendering (#26745) 2024-01-15 08:49:24 +00:00
util_render.go Refactor some Str2html code (#29397) 2024-03-01 07:11:51 +00:00
util_slice.go
util_string.go Refactor some Str2html code (#29397) 2024-03-01 07:11:51 +00:00
util_test.go