Hey all,
Since Sigil 1.9, I've noticed that when prettifying code, a <br/> tag at the end of a line will combine onto one line as expected, but there will be a space after the tag.
For example:
Code:
<p>Space<br/>
The Final Frontier<br/>
These are the voyages of the starship Enterprise.</p>
Expected:
Code:
<p>Space<br/>The Final Frontier<br/>These are the voyages of the starship Enterprise.</p>
Actual:
Code:
<p>Space<br/> The Final Frontier<br/> These are the voyages of the starship Enterprise.</p>
Is there a reason for this change? Is it something I can adjust (short of reverting to an older Sigil version)? As it is when prettifying a new ebook I now have to do a find/replace to remove that space to satisfy my anal retentiveness.
Obviously it's not a killer problem or anything; I just preferred it when the space wasn't inserted, and am wondering if there's a way to make it not happen.
Thanks in advance for any info, and happy First Contact Day!