When I put a list in a text block, everything works fine, but when I change and save the page again, an extra ‘layer’ of
tags is added to the items. This keeps repeating, zo after three saves, the code of two list items looks like this:
<ul>
<ul>
<ul>
<li>first item</li>
</ul>
</ul>
</ul>
<ul>
<ul>
<ul>
<li>second item</li>
</ul>
</ul>
</ul>
Only solution for now looks like going to the text view of the text block and manually delete the double tags.
Is it a bug? A browser problem? Are you familiar wit the problem?
Thanks for the support,
Sytse
Hi Sytse,
It’s a but yes but it’s fixed in the latest version of the theme (3.4.7) so please try to update to the latest version and it should be back to normal again. http://kriesi.at/documentation/enfold/updating-your-theme-files/
Regards,
Rikard
Great Rikard, thanks.