"id=XXX" gets automaticly removed from "<div id="XXX"> tags when editing a page using HTML parsing
GHengeveld |
|
---|---|
Yes, this is caused by HTML Purifier. If you don't allow regular users to post stuff on the site you can disable it (the plugin). Otherwise I recommend to find another solution because shutting it off brings big security risks. The simplest solution is to use the class attribute instead of id. |