diff options
Diffstat (limited to 'templates/repo/search.tmpl')
-rw-r--r-- | templates/repo/search.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/search.tmpl b/templates/repo/search.tmpl index 495620300f..7b3ad7282e 100644 --- a/templates/repo/search.tmpl +++ b/templates/repo/search.tmpl @@ -24,7 +24,7 @@ </div> {{else if .Keyword}} <h3> - {{ctx.Locale.Tr "repo.search.results" (.Keyword|Escape) (.RepoLink|Escape) (.RepoName|Escape)}} + {{ctx.Locale.Tr "repo.search.results" .Keyword .RepoLink .RepoName}} </h3> {{if .SearchResults}} <div class="flex-text-block gt-fw"> |