View Single Post
Old 08-11-2013, 02:51 AM   #1
ibu
Addict
ibu can eat soup with a fork.ibu can eat soup with a fork.ibu can eat soup with a fork.ibu can eat soup with a fork.ibu can eat soup with a fork.ibu can eat soup with a fork.ibu can eat soup with a fork.ibu can eat soup with a fork.ibu can eat soup with a fork.ibu can eat soup with a fork.ibu can eat soup with a fork.
 
Posts: 264
Karma: 9246
Join Date: Feb 2010
Location: Berlin, Germany
Device: Kobo H20, iPhone 6+, Macbook Pro
Sigil changes markup of empty elements when the document is saved

I used an empty element like
Code:
<div class="pause" />
Sigil changes the markup automatically into
Code:
<div class="pause"></div>
when the document is saved.

Can I prevent that?

Note:
Sigil does not replace
Code:
<hr />
Thanks.
ibu is offline   Reply With Quote