Commit 22b0889faeb747a58f12345025fd1b33e1264096
1 parent
56831d27
Exists in
master
and in
29 other branches
fix presentation of raw HTML article
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
app/helpers/application_helper.rb
... | ... | @@ -1377,7 +1377,7 @@ module ApplicationHelper |
1377 | 1377 | # are old things that do not support it we are keeping this hot spot. |
1378 | 1378 | html = @plugins.pipeline(:parse_content, html, source).first |
1379 | 1379 | end |
1380 | - html | |
1380 | + html.html_safe | |
1381 | 1381 | end |
1382 | 1382 | |
1383 | 1383 | def convert_macro(html, source) | ... | ... |