Open the file in attachment, go line 17 between <h1> and <h1>, press Enter, go back end of line 17, press Delete.
- Code: Select all
<body>
<h1>|
</h1>
</body>
Indentation disappears:
- Code: Select all
<body>
<h1>| </h1>
</body>
This does not happen as soon as text is edited in the header of if you save the file after some changes.
PS: hope Sublime 2 soon offers some coding assistance in HTML...