Active
Project:
Bluespan
Version:
6.x-1.2
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Anonymous (not verified)
Created:
22 Mar 2009 at 04:48 UTC
Updated:
2 Nov 2017 at 16:06 UTC
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