Rik Nilsson
-
2006-07-20
- priority: 5 --> 9
In the cms/edit_content.php script, an extra comma in
the top-of-page javascript that loads the TinyMCE
editor causes the editor to fail to load in MSIE
although it works in other browsers.
Fix:
Find the line (about line 55) at the top of the page
that reads:
extended_valid_elements :
"a[name|href|target|title|onclick]",
and remove the comma at the end.