Use correct linefeed.

This commit is contained in:
lain 2018-03-31 21:14:33 +02:00
parent 1b03981783
commit 86525e3a34
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ defmodule Pleroma.Gopher.Server.ProtocolHandler do
link("Post ##{activity.id} by #{user.nickname}", "/notices/#{activity.id}") <>
info("#{like_count} likes, #{announcement_count} repeats") <>
"\r\n" <> info(HtmlSanitizeEx.strip_tags(String.replace(activity.data["object"]["content"], "<br>", "\n")))
"\r\n" <> info(HtmlSanitizeEx.strip_tags(String.replace(activity.data["object"]["content"], "<br>", "\r")))
end)
|> Enum.join("\r\n")
end