[chore] Remove duplicate <hr> (#3123)

* [chore] Remove duplicate `<hr>`

* update test
This commit is contained in:
tobi
2024-07-21 11:30:22 +02:00
committed by GitHub
parent 409b3987ac
commit 8a2fb48ef4
2 changed files with 2 additions and 2 deletions

View File

@ -151,7 +151,7 @@ func placeholderAttachments(arr []*apimodel.Attachment) (string, []*apimodel.Att
var note strings.Builder
note.WriteString(`<hr>`)
note.WriteString(`<hr><p><i lang="en"> Note from `)
note.WriteString(`<p><i lang="en"> Note from `)
note.WriteString(config.GetHost())
note.WriteString(`: `)
note.WriteString(strconv.Itoa(len(nonLocal)))