Page 1 of 1

Numbering in ordered list

Posted: Mon Jun 11, 2012 12:42 pm
by csbrogi
Hello
I am using HTML formatted text and wamt tooutput a numbered list.
THe tag works, but the list items are numbered without . i.e.

Code: Select all


      
        
                
                        bar
                        
                                        ordered list
                                        <ol>
                                        <li>one</li>
                                        <li>two</li>
                                        <li>three</li>
                                        </ol>
                                     
                                     
                
        


is displayed as:
bar ordered list
1 one
2 two
3 three

and not as
bar ordered list
1. one
2. two
3. three

Is there a way to display the list as desired?

Thank you
Clemens

Numbering in ordered list

Posted: Tue Jun 12, 2012 9:02 am
by Alex K.
Hello,

The issue is fixed.
Please check the next prerelease build when it will be available on this week.

Thank you.

Numbering in ordered list

Posted: Mon Jun 18, 2012 6:37 am
by csbrogi
Hello

ok, with the new version it works. Thank you
Clemens

Numbering in ordered list

Posted: Mon Jun 18, 2012 8:43 am
by Andrew
Thanks a lot for letting us know about this!