When viewing the source for the editor (4.32), seems there's some inconsistency with style attributes, i.e:
<p style="margin-left:40px">One style item</p>
<p style="maring-left: 40px; text-align: center;">Two or more style items</p>
Is there a way to make this consistent so I can easily parse the output, i.e. always include a space and semi-colon for single style items? It's how it used to work in 2.x.
