﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
11802	Switching to source mode modify source on indented list	Artur Delura		"1. Open editor with no content
2. Focus editor
3. Click few times ""Increase indent""
4. Click ""Insert/Remove ordered list""
5. Type some text
5. Click ""Source"" to get into source mode
As expected source is:
  <ol>
    <li style=""margin-left: 80px;"">Hidden message</li>
  </ol>
6. Repeat step 5 twice.
Actual result:
  <ol>
    <li>Hidden message</li>
  </ol>

Cannot reproduce in version 4.1.0 because button ""Increase indent"" is disabled.
In version 4.0 everything works as expected."	Bug	new	Normal		General	4.1			
