summaryrefslogtreecommitdiff
path: root/create.rb
diff options
context:
space:
mode:
authorpdp8 <pdp8@pdp8.info>2023-08-24 15:52:39 +0200
committerpdp8 <pdp8@pdp8.info>2023-08-24 15:52:39 +0200
commit485d71e69cb5b56d3ccf8b5eb82ef6af9d172485 (patch)
tree8d353aed6b5dacf34c8be426881ee03d6b3602ab /create.rb
parent8cb9bc7e4d516a27b4fe27ba0d0a9c40497e003d (diff)
like, move, delete, update activities
Diffstat (limited to 'create.rb')
-rw-r--r--create.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/create.rb b/create.rb
index 6a6dd4e..50933f1 100644
--- a/create.rb
+++ b/create.rb
@@ -70,7 +70,7 @@ post '/create' do # TODO
# single quotes in html invalidate digest, reason unknown
line.gsub!(mention, "<a href=\"#{actor}\">#{mention}</a>")
end
- content << line
+ content << '<br>' + line
end
end
content.shift while content[0] == '<p>'