mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-10 04:05:42 +01:00
Rename Str2html to SanitizeHTML and clarify its behavior (followup) (take 2)
In
801792e4dc
Rename Str2html to SanitizeHTML and clarify its behavior (followup)
the replacement was incorrect because
c9d0e63c20 Remove unnecessary "Str2html" modifier from templates
was not applied and Str2html should have not been present in the first
place.
Fixes: https://codeberg.org/forgejo/forgejo/issues/3554
This commit is contained in:
parent
182d5eeef9
commit
337f4f9d87
2 changed files with 2 additions and 1 deletions
1
release-notes/8.0.0/fix/3744.md
Normal file
1
release-notes/8.0.0/fix/3744.md
Normal file
|
@ -0,0 +1 @@
|
|||
- mail notifications of pull requests push are empty
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
{{.locale.Tr "mail.issue.action.force_push" .Doer.Name .Comment.Issue.PullRequest.HeadBranch $oldCommitLink $newCommitLink}}
|
||||
{{else}}
|
||||
{{.locale.TrN (len .Comment.Commits) "mail.issue.action.push_1" "mail.issue.action.push_n" .Doer.Name .Comment.Issue.PullRequest.HeadBranch (len .Comment.Commits) | SanitizeHTML}}
|
||||
{{.locale.TrN (len .Comment.Commits) "mail.issue.action.push_1" "mail.issue.action.push_n" .Doer.Name .Comment.Issue.PullRequest.HeadBranch (len .Comment.Commits)}}
|
||||
{{end}}
|
||||
</p>
|
||||
{{end}}
|
||||
|
|
Loading…
Reference in a new issue