From 884226efdc0409ad98da18b5b8c116cef4a4f4f6 Mon Sep 17 00:00:00 2001 From: Alicia Date: Sun, 24 Feb 2019 16:01:44 +0000 Subject: [PATCH] Fix spacing --- templates/profile.html | 2 +- templates/profile_auto.html | 2 +- templates/profile_relax.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 }}