Hello,
We plan to use KSES in Dokeos, an open source elearning platform. We're moving from HTMLArea to FCKeditor as our HTML-editor. Code like
<span style="color: rgb(255, 102, 0);">zezez</span>
becomes
<span style="rgb(255, 102, 0);">zezez</span>
after filtering with KSES.
- Why?
- How can I prevent this behaviour?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
We plan to use KSES in Dokeos, an open source elearning platform. We're moving from HTMLArea to FCKeditor as our HTML-editor. Code like
<span style="color: rgb(255, 102, 0);">zezez</span>
becomes
<span style="rgb(255, 102, 0);">zezez</span>
after filtering with KSES.
- Why?
- How can I prevent this behaviour?
Looks like color: is removed because kses sees this as a bad protocol