gitea/routers/web
zeripath 9340269d84
Stop double encoding blame commit messages () ()
Backport 

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 

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-10-31 17:46:51 +08:00
..
admin Fix activation of primary email addresses () 2021-07-13 22:59:27 +02:00
dev Refactor routers directory () 2021-06-09 01:33:54 +02:00
events Refactor routers directory () 2021-06-09 01:33:54 +02:00
explore Refactor routers directory () 2021-06-09 01:33:54 +02:00
org Fix various documentation, user-facing, and source comment typos () 2021-07-08 13:38:13 +02:00
repo Stop double encoding blame commit messages () () 2021-10-31 17:46:51 +08:00
user Don't panic if we fail to parse U2FRegistration data () () 2021-10-20 21:45:17 +02:00
base.go Fix bug of get context user () () 2021-09-28 15:42:43 +02:00
goget.go Refactor routers directory () 2021-06-09 01:33:54 +02:00
home.go Refactor routers directory () 2021-06-09 01:33:54 +02:00
metrics.go Refactor routers directory () 2021-06-09 01:33:54 +02:00
swagger_json.go Refactor routers directory () 2021-06-09 01:33:54 +02:00
web.go Fix wiki raw commit diff/patch view () () 2021-08-31 14:13:08 +08:00