Sigil 0.9.8 changes in-line style codes
I have chapters with:
<body style="my style choices">
<p>My text 1.</p>
<p>My text 2.</p>
etc.
Sigil repeatedly changes that to:
<body>
<p style="my style choices">My text 1.</p>
<p style="my style choices">My text 2.</p>
etc.
It does this for some chapters in my book but not others. I can find no explanation for this bizarre behavior. Any ideas?
|