mirror of
https://codeberg.org/davrot/forgejo.git
synced 2025-07-17 19:00:04 +02:00
templates: remove superfluous SanitizeHTML
Introduced by Rename Str2html to SanitizeHTML and clarify its behavior (followup)
This commit is contained in:
parent
365fec3dc7
commit
60aa763c51
53 changed files with 77 additions and 77 deletions
|
@ -31,7 +31,7 @@
|
|||
<div class="flex-item">
|
||||
<p>
|
||||
{{ctx.Locale.Tr "settings.ssh_desc"}}<br>
|
||||
{{ctx.Locale.Tr "settings.ssh_helper" "https://docs.codeberg.org/security/ssh-key/" "https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/troubleshooting-ssh" | SanitizeHTML}}
|
||||
{{ctx.Locale.Tr "settings.ssh_helper" "https://docs.codeberg.org/security/ssh-key/" "https://docs.github.com/en/free-pro-team@latest/github/authenticating-to-github/troubleshooting-ssh"}}
|
||||
</p>
|
||||
</div>
|
||||
{{if .DisableSSH}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue