• Tinymce 4.3.1 on revo and nested ul #

  • Perrine Reply #1, 4 months, 1 week ago

    Reply
    Hello,

    I'm using nested ul and tinymce doesn't render them well.

    It makes :

    <ul>
    <li><strong>Cours techniques</strong> :</li>
       <ul>
          <li>Classique</li>
          <li>Contemporain</li>
          <li>Moderne/jazz</li>
       </ul>
    </ul>


    instead of

    <ul>
    <li><strong>Cours techniques</strong> :
        <ul>
          <li>Classique</li>
          <li>Contemporain</li>
          <li>Moderne/jazz</li>
       </ul>
    </li>
    </ul>


    Anyone knows what to change in tinymce code ?

    Thank you