**List of steps to reproduce** (step by step, including full links if applicable):
* Open translatable page
* Click "edit" (or "edit source") link next to a subheading
* Click "save"
**What happens?**:
By editing "Section 1", a blank line is added after <translate> tag of "Section 2".
```
<translate>
== Section 1== <!--T:1-->
</translate>
<translate><!--T:2--> Test1</translate>
{{anchor|Section 2}}
<translate>
== Section 2 == <!--T:3-->
</translate>
```
**What should have happened instead?**:
No blank lines are added.
```
<translate>
== Section 1== <!--T:1-->
</translate>
<translate><!--T:2--> Test1</translate>
{{anchor|Section 2}}
<translate>
== Section 2 == <!--T:3-->
</translate>
```
**Software version (if not a Wikimedia wiki), browser information, screenshots, other information, etc**: