diff options
Diffstat (limited to 'templates/repo/bare.tmpl')
-rw-r--r-- | templates/repo/bare.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/bare.tmpl b/templates/repo/bare.tmpl index 1a967a50..b08d3eea 100644 --- a/templates/repo/bare.tmpl +++ b/templates/repo/bare.tmpl @@ -11,7 +11,7 @@ </h4> <div class="ui attached guide table segment"> <div class="item"> - <h3>{{.i18n.Tr "repo.clone_this_repo"}} <small>{{.i18n.Tr "repo.clone_helper" "http://git-scm.com/book/en/Git-Basics-Getting-a-Git-Repository" | Str2html}}</small></h3> + <h3>{{.i18n.Tr "repo.clone_this_repo"}} <small>{{.i18n.Tr "repo.clone_helper" "http://git-scm.com/book/en/Git-Basics-Getting-a-Git-Repository" | Str2HTML}}</small></h3> <div class="ui action small input"> {{if not $.DisableHTTP}} <button class="ui basic clone button" id="repo-clone-https" data-link="{{.CloneLink.HTTPS}}"> |