소스 검색

Fix extra comma in address list

master
Simon Ser 4 년 전
부모
커밋
d36ec520aa
No known key found for this signature in database GPG 키 ID: FDE7BE0E88F5E48
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      plugins/base/public/message.html

+ 1
- 1
plugins/base/public/message.html 파일 보기

@@ -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;


불러오는 중...
취소
저장