From faa1db4f15d56397739337ef23b27484a0a6a90f Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <the@jeffreyfreeman.me> Date: Mon, 9 Oct 2023 12:55:27 -0400 Subject: [PATCH] Fixed typos in outbox --- layouts/index.activity_outbox.ajson | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/index.activity_outbox.ajson b/layouts/index.activity_outbox.ajson index 6c01d04ff..9cb2490be 100644 --- a/layouts/index.activity_outbox.ajson +++ b/layouts/index.activity_outbox.ajson @@ -28,7 +28,7 @@ "object": { "id": "{{ .Permalink }}", "type": "Note", - "content": "{{.Title}}{{ if .Summary }}<br>{{ .Summary.replace(/(?:\r\n|\r|\n)/g, '<br>') }}{{ end }}<br><a href='{{.Permalink}}'>{{.Permalink}}</a>", + "content": "{{.Title}}{{ if .Summary }}<br>{{ replace (replace .Summary "\n" "<br>") "\r" "" }}{{ end }}<br><a href='{{.Permalink}}'>{{.Permalink}}</a>", "url": "{{.Permalink}}", "attributedTo": "{{ .Site.BaseURL }}{{ site.Params.apUser | lower}}", "to": "https://www.w3.org/ns/activitystreams#Public", -- GitLab