Richtext with Nested lists in RTE
Hi everybody,
I'm getting the problem with creating nested list of richtext editor in AEM 6.5 is incorrect, the description as below :
Wrong nested list that I am getting :
When I clicked on numbered list, it created an set of <ol> <li>, if I clicked on the indent button, the <li> element will be added a margin-left="40px", this is the wrong nested list :

The correct nested list that I would like to :
When user clicked on the indent button, it will create nested list inside of the current set, it will be like this:

So could everybody know how to resolve this problem?
Thank you.

