View Single Post
Old 08-12-2013, 11:19 AM   #6
exaltedwombat
Guru
exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.exaltedwombat ought to be getting tired of karma fortunes by now.
 
Posts: 878
Karma: 2457540
Join Date: Nov 2011
Device: none
Quote:
Originally Posted by ibu View Post
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.
You can prevent the automatic cleanup when opening and closing a file. But if you DO run cleanup, you're going to get the closing tag added.

What does the element do for you? Could it do it just as well with a closing tag?
exaltedwombat is offline   Reply With Quote