﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
5088	Enumeration via html is destroyed by WYSIWYG-Editor view	johannes		"Hello,
I'm trying to implement numbered list with more space between the distinct numbers. I use some html commands to achieve the result:

{{{
    <ol>  
    <li> First Point</li>  
   <li> Second Point</li>  
    </ol>  
Then there should be some text without enumeration followed by a list which is numbered starting at 3.
<ol start=""3"">  
    <li> Third Point</li>  
   <li> Fourth Point</li>  
    </ol>
}}}
If I enter this code with the Option ""Wikitext"" enabled and save the site immediately all is right. If I first switch back to the WYSIWYG view the numbering is broken and the second part is starting with 1.

I hope you understand the problem and could help.

Thanks! 
"	Bug	closed	Normal		General		expired	Pending	
