diff --git a/app/views/layouts/default.rhtml b/app/views/layouts/default.rhtml index c05e0292..2280bcbf 100644 --- a/app/views/layouts/default.rhtml +++ b/app/views/layouts/default.rhtml @@ -28,7 +28,7 @@ <%= Rails.root.join('public', 'stylesheets', 'instiki.css').read if @inline_style %> <%= Rails.root.join('public', 'stylesheets', 'syntax.css').read if @inline_style %> - <%= "" if @style_additions %> + <%= "".html_safe if @style_additions %> diff --git a/app/views/wiki/source.html.erb b/app/views/wiki/source.html.erb index bb2efaf8..0536ab1e 100644 --- a/app/views/wiki/source.html.erb +++ b/app/views/wiki/source.html.erb @@ -19,7 +19,7 @@ <%= Rails.root.join('public', 'stylesheets', 'instiki.css').read if @inline_style %> <%= stylesheet_link_tag 'instiki', :media => 'all' unless @inline_style %> - <%= "" if @style_additions %> + <%= "".html_safe if @style_additions %>