Fix extra comma in address list
This commit is contained in:
parent
8c4587f477
commit
d36ec520aa
1 changed files with 1 additions and 1 deletions
|
@ -50,7 +50,7 @@
|
|||
{{end}}
|
||||
|
||||
{{define "addr-list"}}
|
||||
{{range $i := .}}
|
||||
{{range $i, $addr := .}}
|
||||
{{if $i}},{{end}}
|
||||
{{.PersonalName}}
|
||||
<<a href="/compose?to={{.Address}}">{{.Address}}</a>>
|
||||
|
|
Loading…
Reference in a new issue