From 485d71e69cb5b56d3ccf8b5eb82ef6af9d172485 Mon Sep 17 00:00:00 2001 From: pdp8 Date: Thu, 24 Aug 2023 15:52:39 +0200 Subject: like, move, delete, update activities --- create.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'create.rb') 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, "#{mention}") end - content << line + content << '
' + line end end content.shift while content[0] == '

' -- cgit v1.2.3