Cannot reproduce Cannot export style containing templates with ]]>

Luke F

Well-known member
The closing ]]> of xml cdata, as used in inline Javascript, is not escaped when exporting a style resulting in invalid XML which cannot be imported.
 
This should be fixed in the latest version (1.0.3 or 1.0.4 I believe) - are you sure it's still happening?
 

I can't reproduce this with the post-1.0.4 code. This code:

Code:
<!-- ]]> -->

Has been exported as:

Code:
<!-- ]-]-> -->

(And imported as the original version.)

What change have you made?
 
Top Bottom