Topic: CuteNews and onClick removal
After updating to CuteNews 2.1.2 we have an issue that the full story editor removes onClick from our 'a href' html tags, which breaks highslide integration: http://highslide.com
After clicking edit in CuteNews this:
onclick="return hs.expand(this)"
Becomes this:
"return hs.expand(this)"
How can we stop this behaviour? Thanks!