I have a table set up with rows as repeating, editable regions. Like this
<tr class="cms-editable cms-repeat" id="menu2">
<td>Smoked Salmon Spread</td>
<td>Served with our Parmesan skins</td>
<td class="price">$9.95</td>
</tr>
When I edit and make any changes, even one character, it then strips out the cell tags and put all the data between the row tags. Like this.
<tr id="menu2" class="cms-editable cms-repeat">Smoked Salmon Spread Served with our Parmesan skins $9.95</tr>
Here is the page: http://www.theislandpub.com/menu/pizza.htm
Thanks