"id=XXX" gets automaticly removed from "<div id="XXX"> tags when editing a page using HTML parsing
jamguy |
|
---|---|
Hi, took me some time to understand what is wrong, but it seems to be that when editing a page using HTML parsing, all the DIV ID tags gets their ID removed. For Example: <div id="test"> becomes <div> div class works though.
Thanks
|