diff options
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>' |