This commit is contained in:
Toks
2013-07-21 12:22:10 -04:00
parent a15c3c7e7a
commit 9169b08999

View File

@@ -1 +1 @@
<%= CurrentUser.user.custom_style.gsub(/(?:!important)?\s*;?\s*\}/, "!important;}").html_safe %>
<%= CurrentUser.user.custom_style.gsub(/(\S)\s*(?:!important)?\s*(;|})/, "\\1!important\\2").html_safe %>