diff options
author | pdp8 <pdp8@pdp8.info> | 2023-08-24 15:52:39 +0200 |
---|---|---|
committer | pdp8 <pdp8@pdp8.info> | 2023-08-24 15:52:39 +0200 |
commit | 485d71e69cb5b56d3ccf8b5eb82ef6af9d172485 (patch) | |
tree | 8d353aed6b5dacf34c8be426881ee03d6b3602ab /create.rb | |
parent | 8cb9bc7e4d516a27b4fe27ba0d0a9c40497e003d (diff) |
like, move, delete, update activities
Diffstat (limited to 'create.rb')
-rw-r--r-- | create.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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>' |