Closed GoogleCodeExporter closed 9 years ago
Hi Scot,
Try adding the following lines at 494
"th", ["class", "colspan", "rowspan"],
"td", ["class", "colspan", "rowspan"],
this will render the colspan and rowspan should you need it
I think this should be in the js as it would change the structure of a table if
they were removed. I will be updating the library with these changes, but need
a bit of time to test.
In the meantime you can patch as above.
Ant
Original comment by antixsof...@gmail.com
on 6 Jul 2010 at 7:01
Yup, that was what I had done - but I did find the problem which was pretty
unrelated :S.
The attributes are case sensitive. The html being cleaned had "colSpan" as the
attribute, I updated the plugin with "colspan".
Changed it to "colSpan" in the plugin and all was working perfectly.
hrm!
Thanks anyway and keep up the good work :)
Original comment by scot.wal...@gmail.com
on 6 Jul 2010 at 7:49
this is done
Original comment by antixsof...@gmail.com
on 30 Apr 2012 at 6:29
Original issue reported on code.google.com by
scot.wal...@gmail.com
on 6 Jul 2010 at 12:21