gitea/routers
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
..
api/v1 Ensure that restricted users can access repos for which they are members () () 2021-10-28 11:33:18 +08:00
common Read expected buffer size () () 2021-10-25 17:46:56 +01:00
install Run Migrate in Install rather than just SyncTables () () 2021-10-30 10:28:11 +01:00
private Prevent panic in serv.go with Deploy Keys () () 2021-10-26 01:24:29 +02:00
utils just add some unit tests () 2021-06-29 22:00:02 +01:00
web Stop double encoding blame commit messages () () 2021-10-31 17:46:51 +08:00
init.go Add LRU mem cache implementation () 2021-07-10 23:54:15 +02:00