From 22b0889faeb747a58f12345025fd1b33e1264096 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 13 Nov 2014 19:10:22 -0200 Subject: [PATCH] fix presentation of raw HTML article --- app/helpers/application_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb index 04fdaeb..6206023 100644 --- a/app/helpers/application_helper.rb +++ b/app/helpers/application_helper.rb @@ -1377,7 +1377,7 @@ module ApplicationHelper # are old things that do not support it we are keeping this hot spot. html = @plugins.pipeline(:parse_content, html, source).first end - html + html.html_safe end def convert_macro(html, source) -- libgit2 0.21.2