diff --git a/templates/repo/home.tmpl b/templates/repo/home.tmpl index 9f705c967c..72212a75b6 100644 --- a/templates/repo/home.tmpl +++ b/templates/repo/home.tmpl @@ -73,7 +73,7 @@ {{else if and (not $.DisableSSH) (or $.IsSigned $.ExposeAnonSSH)}} {{end}} - {{if or ((not $.DisableHTTP) (and (not $.DisableSSH) (or $.IsSigned $.ExposeAnonSSH)))}} + {{if or (not $.DisableHTTP) (and (not $.DisableSSH) (or $.IsSigned $.ExposeAnonSSH))}}