diff --git a/base.html b/base.html index c1134aa..dbca908 100644 --- a/base.html +++ b/base.html @@ -71,13 +71,13 @@ {{ define "footer" }} {{ if .Consts.EnableSubmissions }} - {{- .L.T "public.submitEntry" -}} + {{- .L.T "public.submitEntry" -}} {{ end }} {{ if .Consts.EnableGlossary }} {{ range $d := .Dicts }} {{ $from := index $d 0}} {{ $to := index $d 1}} - + {{ $.L.Ts "public.glossary" "lang" $from.Name }} {{ end }} diff --git a/glossary-words.html b/glossary-words.html index 2a15a4f..6b4a01c 100644 --- a/glossary-words.html +++ b/glossary-words.html @@ -6,7 +6,7 @@ {{ else }} {{ range $i, $w := $g.Words }} - {{ $w.Content | join ", " }} + {{ $w.Content | join ", " }} {{ end }} {{ end }}