diff options
author | 2024-07-21 11:30:22 +0200 | |
---|---|---|
committer | 2024-07-21 11:30:22 +0200 | |
commit | 8a2fb48ef4d0acab54356d9de360f67fa48118e7 (patch) | |
tree | 902da4b36bcf4114f80addb9da826b26c67e5a66 /internal/typeutils/util.go | |
parent | update go-ffmpreg to v0.2.3 (#3120) (diff) | |
download | gotosocial-8a2fb48ef4d0acab54356d9de360f67fa48118e7.tar.xz |
[chore] Remove duplicate `<hr>` (#3123)
* [chore] Remove duplicate `<hr>`
* update test
Diffstat (limited to 'internal/typeutils/util.go')
-rw-r--r-- | internal/typeutils/util.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/typeutils/util.go b/internal/typeutils/util.go index f28cd2554..3441e89a9 100644 --- a/internal/typeutils/util.go +++ b/internal/typeutils/util.go @@ -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))) |