Deleting zeros in a table
-
Hello!
I found a bug.
If I enable the plugin, it starts to remove zeros in the tables. For example, here is the code:<table> <tbody> <tr> <td>0</td> </tr> <tr> <td>1</td> </tr> </tbody> </table>
When I publish, I see such content:
—
1
—
The plugin removed the zeros in the cells.If I disable the plugin, everything is OK
—
0
1
—
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Deleting zeros in a table’ is closed to new replies.