diff --git a/templates/profile.html b/templates/profile.html index 8d230ce..3777528 100644 --- a/templates/profile.html +++ b/templates/profile.html @@ -81,7 +81,7 @@ {{ else }} {{ if $user.clan.tag}} - [{{ $user.clan.tag }} ] + [{{ $user.clan.tag }}] {{ end }} {{ .username }} {{ end }} diff --git a/templates/profile_auto.html b/templates/profile_auto.html index 8e2b72a..b3c7e24 100644 --- a/templates/profile_auto.html +++ b/templates/profile_auto.html @@ -80,7 +80,7 @@ {{ else }} {{ if $user.clan.tag}} - [{{ $user.clan.tag }} ] + [{{ $user.clan.tag }}] {{ end }} {{ .username }} {{ end }} diff --git a/templates/profile_relax.html b/templates/profile_relax.html index 245e760..b7d44ee 100644 --- a/templates/profile_relax.html +++ b/templates/profile_relax.html @@ -80,7 +80,7 @@ {{ else }} {{ if $user.clan.tag}} - [{{ $user.clan.tag }} ] + [{{ $user.clan.tag }}] {{ end }} {{ .username }} {{ end }}