Hi,
Just upgrading a site to v11 and have an issue with the variable:
If an image starts with a number it does not display as Actinic is replacing the
with
This only occurs for the ProductImageFileName variable, all other section and thumbnail tags work if the filename begins with a number and it was fine in v10.
I am using the charset: iso-8859-1
Is this a fixable bug in Actinic or could something else be causing this?
Guy
Lock Shop Warehouse - www.lockshop-warehouse.co.uk
Just upgrading a site to v11 and have an issue with the variable:
Code:
<actinic:variable name="ProductImageFileName" />
HTML Code:
directory/image.jpg
HTML Code:
directoryimage.jpg
I am using the charset: iso-8859-1
Is this a fixable bug in Actinic or could something else be causing this?
Guy
Lock Shop Warehouse - www.lockshop-warehouse.co.uk
Comment