1
Fork 0

templates: remove superfluous SanitizeHTML

Introduced by Rename Str2html to SanitizeHTML and clarify its behavior (followup)
This commit is contained in:
Earl Warren 2024-03-10 15:51:19 +07:00
parent 365fec3dc7
commit 60aa763c51
No known key found for this signature in database
GPG key ID: 0579CB2928A78A00
53 changed files with 77 additions and 77 deletions

View file

@ -17,7 +17,7 @@
{{svg "octicon-flame"}} {{ctx.Locale.Tr "startpage.install"}}
</h1>
<p class="large">
{{ctx.Locale.Tr "startpage.install_desc" | SanitizeHTML}}
{{ctx.Locale.Tr "startpage.install_desc"}}
</p>
</div>
<div class="eight wide center column">
@ -25,7 +25,7 @@
{{svg "octicon-device-desktop"}} {{ctx.Locale.Tr "startpage.platform"}}
</h1>
<p class="large">
{{ctx.Locale.Tr "startpage.platform_desc" | SanitizeHTML}}
{{ctx.Locale.Tr "startpage.platform_desc"}}
</p>
</div>
</div>
@ -35,7 +35,7 @@
{{svg "octicon-rocket"}} {{ctx.Locale.Tr "startpage.lightweight"}}
</h1>
<p class="large">
{{ctx.Locale.Tr "startpage.lightweight_desc" | SanitizeHTML}}
{{ctx.Locale.Tr "startpage.lightweight_desc"}}
</p>
</div>
<div class="eight wide center column">
@ -43,7 +43,7 @@
{{svg "octicon-code"}} {{ctx.Locale.Tr "startpage.license"}}
</h1>
<p class="large">
{{ctx.Locale.Tr "startpage.license_desc" | SanitizeHTML}}
{{ctx.Locale.Tr "startpage.license_desc"}}
</p>
</div>
</div>