Hi
Hope you can help.
I’ve a html string in a chunk:
<img src="[[+imageUrl]]" alt="[[+imageAlt]]" width="[[+imageWidth]]" height="[[+imageHeight]]" />
It’s outputting to the web page without the closing slash.
The src attribute string is also appearing last just before the closing > rather than first, out of interest, why would this be and is it why the backslash is being lost?
Thank you.