After having a few troubles with the FCKEditor module, I was able to trace my problem back to the lack of 'print $closure;' in this theme. Adding this line fixes the problem. This patch fixes the problem.
| Comment | File | Size | Author |
|---|---|---|---|
| bluespan.patch | 219 bytes | Anonymous (not verified) |
Comments
Comment #1
matw8 commentedI also had the same problem with all WYSIWYG editors, and found adding the missing $closure fixed it.
It's an easy fix but I wasted a few hours because it's not in the release version. Please roll it in!
Comment #2
ashhishhh commentedThanks A lot...
You saved my time