mirror of https://github.com/go-gitea/gitea
Stop double encoding blame commit messages (#17498)
The call to html.EscapeString in routers/web/repo/blame.go:renderBlame is extraneous as the commit message is now rendered by the template. The template will correctly escape strings - therefore we are currently double escaping. This PR fixes this. Fix #17492 Signed-off-by: Andrew Thornton <art27@cantab.net>pull/17508/head
parent
1ff944f698
commit
4e8a81780e
Loading…
Reference in new issue