Quick correction

This commit is contained in:
echarp 2017-06-04 16:52:33 +02:00
parent 9dfdeeaea0
commit 2d9107997f
1 changed files with 1 additions and 1 deletions

View File

@ -66,6 +66,6 @@ module EventsHelper
# Remove extraneous line feeds
result.gsub(/\n\n+/, '
').tr('\w\\', '').html_safe
').tr('\\', '').html_safe
end
end