• Resolved magicbryan

    (@magicbryan)


    Just updated to wp 3.2 and ver1.0.6 of the wysiwyg-widget. I have a number of unordered list in my widgets. When I initially put the code in it is fine see:

    <ul>
    	<li>test one</li>
    	<li>test two</li>
    	<li>test three</li>
    </ul>

    When I go to edit the list it adds all kinds of tags see:

    &nbsp;
    <ul>
    <ul>
    	<li>test one</li>
    </ul>
    </ul>
    &nbsp;
    <ul>
    <ul>
    	<li>test two</li>
    </ul>
    </ul>
    &nbsp;
    <ul>
    <ul>
    	<li>test three</li>
    </ul>
    </ul>

    Any ideas?

    thank you

    http://ww.wp.xz.cn/extend/plugins/wysiwyg-widgets/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: wysiwyg-widgets] editing lists adding ul tags’ is closed to new replies.