Page 1 of 1

*** FIXED *** Issue with Extension Builder

Posted: Fri Feb 12, 2016 9:52 am
by presto
When inserting a variable for an image 'Between <head> tag'

background: url('$myImage$');

the HTML code generated by Extension Builder (last update: February 10, 2016) reads

background: url('file://./images/040.gif');

It should be

background: url('images/040.gif');

Re: Issue with Extension Builder

Posted: Fri Feb 12, 2016 10:03 am
by [RZ]
this is not an error
background image has its particular "configuration" and the protocol must be included as not all rendering engines allows this, mainly in local images
besides this, you should not have body tags in the head section

Re: Issue with Extension Builder

Posted: Fri Feb 12, 2016 10:05 am
by Pablo
Thanks, this should be fixed in 5.3.1