Menu

spaces in attributes

Help
2005-10-13
2013-04-08
  • Bart Mollet

    Bart Mollet - 2005-10-13

    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?

     
    • Bart Mollet

      Bart Mollet - 2005-10-13

      Looks like color: is removed because kses sees this as a bad protocol

       

Log in to post a comment.