0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-11 17:11:16 -05:00
forgejo/routers/web/repo
zeripath 4e8a81780e
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>
2021-10-31 10:25:24 +02:00
..
activity.go
attachment.go
blame.go Stop double encoding blame commit messages (#17498) 2021-10-31 10:25:24 +02:00
branch.go
commit.go Add buttons to allow loading of incomplete diffs (#16829) 2021-10-15 17:05:33 +01:00
compare.go Properly determine CSV delimiter (#17459) 2021-10-30 23:50:40 +08:00
download.go
editor.go Read expected buffer size (#17409) 2021-10-24 22:12:43 +01:00
editor_test.go
http.go
http_test.go
issue.go Hide command line merge instructions when user can't push (#17339) 2021-10-17 17:58:36 +01:00
issue_content_history.go Fix issue content history problems, improve UI (#17404) 2021-10-23 22:47:38 +08:00
issue_dependency.go
issue_label.go
issue_label_test.go
issue_lock.go
issue_stopwatch.go
issue_test.go
issue_timetrack.go
issue_watch.go
lfs.go Read expected buffer size (#17409) 2021-10-24 22:12:43 +01:00
main_test.go
middlewares.go
migrate.go
milestone.go
projects.go Frontend refactor, PascalCase to camelCase, remove unused code (#17365) 2021-10-21 15:37:43 +08:00
projects_test.go
pull.go Add buttons to allow loading of incomplete diffs (#16829) 2021-10-15 17:05:33 +01:00
pull_review.go
release.go
release_test.go
repo.go
search.go
setting.go
setting_protected_branch.go
settings_test.go
tag.go
topic.go
view.go Read expected buffer size (#17409) 2021-10-24 22:12:43 +01:00
webhook.go
wiki.go
wiki_test.go