Having a small dilemma... I'm trying to apply an inline style within a div like this:
div style="background: url(..{{config.general.image}})"></div
Oddly enough, it was functioning in beta 16 but ever since the RC1 upgrade, it's no longer working. Even [style.background] is ineffective. However, when I display {{config.general.image}} in the class tag or anywhere else in the template, it works perfectly.
Could this be a bug or did something undergo a change?