HTML import modifies HTML formatting tags
-
Hi,
I have to export tablepress tables, in order to translate it. The translation tool works with HTML files, thus I export the tables in HTML.
After translation the HTML code is fine as follows:<table> <tbody> <tr> <td> <div title="Wine Red TA 527" class="weinrot"> <div class="colorbox"> </div> <div class="color rotate">Burgundy </div> </div> </td> </tr> </tbody> </table>But after importing the HTML code has changed as follows:
<div title="Wine Red TA 527" class="weinrot"> <div class="colorbox"/> <div class="color rotate">Burgundy </div> </div>The string
colorbox"></div>has changed intocolorbox"/>.It seems to be a bug in the import functionality of TablePress.
Any help or workaround is welcome.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
The topic ‘HTML import modifies HTML formatting tags’ is closed to new replies.