[Plugin: Easy iFrame Loader] Closing CDATA tag incorrect >> IE error
-
The plugin code worked for me on Firefox, but not on IE, so I took a closer look. Instead of ‘//]]>’, the code ended with ‘//]]’ followed by ‘&’, then ‘gt’, then ‘;’ (the HTML name for the end-of-tag character – when I try to post this string together, it is converted back).
Although the do_iframe_script function does the right thing, somewhere along the way, the final ‘>’ is changed to its character name. I’ve tried putting a backslash (and two of them) in front of it, but besides keeping the ‘>’ intact, this also puts a backslash in front of it, which messes up the closing CDATA tag.
I’m keen to use this nifty plugin with the delay trick, so any ideas how to solve this will be great.
Thank you,
Galhttps://www.ads-software.com/extend/plugins/easy-iframe-loader/
- The topic ‘[Plugin: Easy iFrame Loader] Closing CDATA tag incorrect >> IE error’ is closed to new replies.