summaryrefslogtreecommitdiff
path: root/internal/typeutils/util.go
diff options
context:
space:
mode:
authorLibravatar tobi <31960611+tsmethurst@users.noreply.github.com>2024-07-21 11:30:22 +0200
committerLibravatar GitHub <noreply@github.com>2024-07-21 11:30:22 +0200
commit8a2fb48ef4d0acab54356d9de360f67fa48118e7 (patch)
tree902da4b36bcf4114f80addb9da826b26c67e5a66 /internal/typeutils/util.go
parentupdate go-ffmpreg to v0.2.3 (#3120) (diff)
downloadgotosocial-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.go2
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)))