fix newlines in RSS feed
Bi-Rabittoh andronacomarco@gmail.com
Sun, 02 May 2021 17:00:27 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
gemfeed.go
→
gemfeed.go
@@ -110,7 +110,7 @@ content, err := ioutil.ReadFile(thepath)
if err != nil { return nil } - entry.Content = string(content) + entry.Content = "<pre>" + string(content) + "</pre>" entry.File = getLocalPath(thepath) u := urlFromPath(thepath) entry.Url = &u