0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-02-17 23:01:55 +01:00
gitea/modules/templates
wxiaoguang d2f6588b66
Remove incorrect and unnecessary Escape from templates (#29394)
Follow #29165

* some of them are incorrect, which would lead to double escaping (eg:
`(print (Escape $.RepoLink)`)
* other of them are not necessary, because `Tr` handles strings&HTML
automatically

Suggest to review by "unified view":
https://github.com/go-gitea/gitea/pull/29394/files?diff=unified&w=0
2024-02-25 14:02:20 +00:00
..
eval
scopedtmpl
vars
base.go
dynamic.go
helper.go Remove incorrect and unnecessary Escape from templates (#29394) 2024-02-25 14:02:20 +00:00
helper_test.go Refactor Safe modifier (#29392) 2024-02-25 10:45:56 +00:00
htmlrenderer.go
htmlrenderer_test.go
mailer.go
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.go Rework markup link rendering (#26745) 2024-01-15 08:49:24 +00:00
util_render_test.go Rework markup link rendering (#26745) 2024-01-15 08:49:24 +00:00
util_slice.go Improve template helper functions: string/slice (#24266) 2023-04-22 14:16:22 -04:00
util_string.go Add support for sha256 repositories (#23894) 2024-01-19 17:05:02 +01:00
util_test.go