Re: Formatting bullet points

  •  11-01-2005, 4:15 PM

    Re: Formatting bullet points

    This works - great!

    However when I run it through EditorUtility.ConvertToXml I get:

    <ul>
        <li>Niels
    <li>Allan
    <li>Lars
    <li>Nikolaj </li></li></li></li>
    </ul>

    Is there a way to set DisableAutoFormatting on EditorUtility.ConvertToXml?
View Complete Thread