View Single Post
Old 04-06-2022, 03:28 AM   #3
BeckyEbook
Guru
BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.BeckyEbook ought to be getting tired of karma fortunes by now.
 
BeckyEbook's Avatar
 
Posts: 858
Karma: 3461504
Join Date: Jan 2017
Location: Poland
Device: Various
@Vanguard3000:
The changed code appeared in Sigil version 0.9.2 in December 2015.

Indeed, prettifying your example produces spaces, but this happens naturally – by condensing white spaces, of which only one remains, just the one after the <br/> tag.

If Sigil were to prettify such a code:
Code:
<p>Test<br/>continuation</p>
to:
Code:
<p>Test<br/> continuation</p>
... You could think of it as inserting "unnecessary" space.

So you just need to remove these spaces yourself, and another prettifying will not break your code.
BeckyEbook is offline   Reply With Quote