[dokuwiki] Problem since upgrade to 2010-11-07: new tag around table

  • From: Tux <cactux@xxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Wed, 22 Dec 2010 22:31:13 +0100

Hi,

I just upgraded to 2010-11-07 from the previous stable Dokuwiki.
Since then, TABLE are now surrounded by a DIV, is it on purpose?
This Dokuwiki code:
|  Cell 1  |  Cell 2  |
Used to turn into:
</p>
<table class="inline">
        <tbody><tr class="row0">
                <td class="col0 centeralign">  cell 1  </td><td class="col1
centeralign">  cell 2  </td>
        </tr>
</tbody></table>
<p>
While now it turns into:
</p>
<div class="table sectionedit2"><table class="inline">
        <tbody><tr class="row0">
                <td class="col0 centeralign">  cell 1  </td><td class="col1
centeralign">  cell 2  </td>
        </tr>
</tbody></table></div>
<p>
You can see the table element is now surrounded with a div element.
Is it normal, and I should adapt my css to it, or is it a bug?

Thanks
Yann
-- 
DokuWiki mailing list - more info at
http://www.dokuwiki.org/mailinglist

Other related posts: