View Single Post
Old 04-22-2019, 08:29 PM   #1
Vanguard3000
Groupie
Vanguard3000 ought to be getting tired of karma fortunes by now.Vanguard3000 ought to be getting tired of karma fortunes by now.Vanguard3000 ought to be getting tired of karma fortunes by now.Vanguard3000 ought to be getting tired of karma fortunes by now.Vanguard3000 ought to be getting tired of karma fortunes by now.Vanguard3000 ought to be getting tired of karma fortunes by now.Vanguard3000 ought to be getting tired of karma fortunes by now.Vanguard3000 ought to be getting tired of karma fortunes by now.Vanguard3000 ought to be getting tired of karma fortunes by now.Vanguard3000 ought to be getting tired of karma fortunes by now.Vanguard3000 ought to be getting tired of karma fortunes by now.
 
Posts: 168
Karma: 474196
Join Date: Jan 2011
Location: Canada
Device: Kobo Libra 2
New line automatically adds nbsp; in book view.

I've noticed this issue in the last few versions of Sigil (9.12 and 9.13). In book view, pressing enter to split a paragraph into two will automatically add a space (nbsp to the start of the second line. for example:
Code:
Hello world
to
Code:
Helloworld
to
Code:
Hello
world
instead gives
Code:
Hello
 world
in code:
Code:
<p>Hello</p>
<p>&nbsp;world</p>
Searching this forum has only given me issues people have had with nbsp;s [intentionally] being used instead of spaces in book view. My issue is slightly similar but may be related.
Is this intentional for some reason? It's a real pain when I'm converting ebooks and am looking to quickly split paragraphs without having to paste in para tags.
Vanguard3000 is offline   Reply With Quote