diff --git a/web/template/status_attributes.tmpl b/web/template/status_attributes.tmpl
index 92659b6b2..afa8ed740 100644
--- a/web/template/status_attributes.tmpl
+++ b/web/template/status_attributes.tmpl
@@ -20,31 +20,31 @@
{{- define "ariaLabel" -}}
@{{ .Account.Acct -}}, {{ timestamp .CreatedAt -}}
{{- if .LanguageTag -}}
- , language {{ .LanguageTag.DisplayStr -}}
+, language {{ .LanguageTag.DisplayStr -}}
{{- end -}}
{{- if .MediaAttachments -}}
- , has media
+, has media
{{- end -}}
{{- if .RepliesCount -}}
- {{- if eq .RepliesCount 1 -}}
- , 1 reply
- {{- else -}}
- , {{ .RepliesCount }} replies
- {{- end -}}
+{{- if eq .RepliesCount 1 -}}
+, 1 reply
+{{- else -}}
+, {{ .RepliesCount }} replies
+{{- end -}}
{{- end -}}
{{- if .FavouritesCount -}}
- {{- if eq .FavouritesCount 1 -}}
- , 1 favourite
- {{- else -}}
- , {{ .FavouritesCount }} favourites
- {{- end -}}
+{{- if eq .FavouritesCount 1 -}}
+, 1 favourite
+{{- else -}}
+, {{ .FavouritesCount }} favourites
+{{- end -}}
{{- end -}}
{{- if .ReblogsCount -}}
- {{- if eq .ReblogsCount 1 -}}
- , 1 boost
- {{- else -}}
- , {{ .ReblogsCount }} boosts
- {{- end -}}
+{{- if eq .ReblogsCount 1 -}}
+, 1 boost
+{{- else -}}
+, {{ .ReblogsCount }} boosts
+{{- end -}}
{{- end -}}
{{- end -}}
diff --git a/web/template/status_poll.tmpl b/web/template/status_poll.tmpl
index 9c2d29166..c3d6a8ea4 100644
--- a/web/template/status_poll.tmpl
+++ b/web/template/status_poll.tmpl
@@ -23,11 +23,11 @@
*/ -}}
{{- define "votes" -}}
- {{- if eq . 1 -}}
- {{- . -}} vote
- {{- else -}}
- {{- . }} votes
- {{- end -}}
+{{- if eq . 1 -}}
+{{- . -}} vote
+{{- else -}}
+{{- . }} votes
+{{- end -}}
{{- end -}}
{{- with . }}
@@ -51,14 +51,14 @@
{{- template "votes" .Poll.VotesCount -}}
{{- if .Poll.Expired -}}
- total
+ total
{{- else -}}
- so far
+ so far
{{- end -}}
- {{- range $index, $pollOption := .PollOptions }}
+ {{- range $index, $pollOption := .PollOptions }}
-
Option {{ increment $index }},
{{ emojify .Emojis (noescape $pollOption.Title) }}
@@ -75,7 +75,7 @@
{{- end }}
- {{- end }}
+ {{- end }}
{{- end }}
\ No newline at end of file