Don't escape web.additional_style
Reported by Andrew Stacey
This commit is contained in:
parent
4576a7f7df
commit
267f4a51fc
|
@ -30,7 +30,7 @@
|
|||
</style>
|
||||
<%= "<style type='text/css'>#{@style_additions}</style>" if @style_additions %>
|
||||
<style type="text/css"><!--/*--><![CDATA[/*><!--*/
|
||||
<%= @web ? @web.additional_style : '' %>
|
||||
<%= @web ? @web.additional_style.html_safe : '' %>
|
||||
/*]]>*/--></style>
|
||||
<%= javascript_include_tag :defaults %>
|
||||
<%- if @web -%>
|
||||
|
|
Loading…
Reference in a new issue