diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 1d4a36f..b9173cf 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -518,7 +518,7 @@ module ApplicationHelper while tag = tags.pop parsed << "" end - parsed + parsed.html_safe end def parse_inline_attachments(text, project, obj, attr, only_path, options)