diff --git a/views/routes/components/_letterhead.gohtml b/views/routes/components/_letterhead.gohtml index 04e66ad..130b634 100644 --- a/views/routes/components/_letterhead.gohtml +++ b/views/routes/components/_letterhead.gohtml @@ -21,7 +21,7 @@ {{- range $i, $p := $sr.Sent.Persons -}} {{ if and $i (eq $i (Minus (len $sr.Sent.Persons) 1)) }} und - {{ else if $i }} + {{ else if $i -}} , {{ end }} {{- $person := Person $p.Reference -}} @@ -30,9 +30,7 @@