Browse Source

Fix extra comma in address list

master
Simon Ser 4 years ago
parent
commit
d36ec520aa
No known key found for this signature in database GPG Key ID: FDE7BE0E88F5E48
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugins/base/public/message.html

+ 1
- 1
plugins/base/public/message.html View File

@@ -50,7 +50,7 @@
{{end}}

{{define "addr-list"}}
{{range $i := .}}
{{range $i, $addr := .}}
{{if $i}},{{end}}
{{.PersonalName}}
&lt;<a href="/compose?to={{.Address}}">{{.Address}}</a>&gt;


Loading…
Cancel
Save