Remove unnecessary "Str2html" modifier from templates (#29319)
Follow #29165
This commit is contained in:
parent
5ed17d9895
commit
c9d0e63c20
58 changed files with 121 additions and 120 deletions
|
@ -7,7 +7,7 @@
|
|||
</div>
|
||||
{{else if .SearchResults}}
|
||||
<h3>
|
||||
{{ctx.Locale.Tr "explore.code_search_results" (.Keyword|Escape) | Str2html}}
|
||||
{{ctx.Locale.Tr "explore.code_search_results" (.Keyword|Escape)}}
|
||||
</h3>
|
||||
{{template "code/searchresults" .}}
|
||||
{{else if .Keyword}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue