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/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
12 months ago
..
admin Refactor Safe modifier (#29392) 12 months ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 2 years ago
base Remove RenderEmojiPlain from template helper (#29375) 12 months ago
code Remove incorrect and unnecessary Escape from templates (#29394) 12 months ago
custom
devtest Improve CSS helper naming (#28769) 1 year ago
explore Remove incorrect and unnecessary Escape from templates (#29394) 12 months ago
mail Remove incorrect and unnecessary Escape from templates (#29394) 12 months ago
org Refactor Safe modifier (#29392) 12 months ago
package Remove incorrect and unnecessary Escape from templates (#29394) 12 months ago
projects Use full width for project boards (#28225) 1 year ago
repo Remove incorrect and unnecessary Escape from templates (#29394) 12 months ago
shared Remove incorrect and unnecessary Escape from templates (#29394) 12 months ago
status Remove unnecessary "Str2html" modifier from templates (#29319) 12 months ago
swagger Add API to get merged PR of a commit (#29243) 12 months ago
user Remove incorrect and unnecessary Escape from templates (#29394) 12 months ago
webhook Change webhook-type in create-view (#29114) 12 months ago
home.tmpl Remove unnecessary "Str2html" modifier from templates (#29319) 12 months ago
install.tmpl Remove unnecessary "Safe" modifier from templates (#29318) 12 months ago
post-install.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago