Skip to content

Commit

Permalink
Don't insert useless spaces before text.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonioo committed Apr 25, 2015
1 parent af021e9 commit 15b2f10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modoboa_webmail/templates/modoboa_webmail/compose.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@
<div id="body_container">
{% if body %}
<textarea id="id_body" name="body" class="form-control editor">
{% if bodyheader %}{{ bodyheader }}{% endif %}
{{ body }}
{% if bodyheader %}{{ bodyheader }}{% endif %}
{{ body }}
</textarea>
{% else %}
<textarea id="id_body" name="body" class="form-control editor"></textarea>
Expand Down

0 comments on commit 15b2f10

Please sign in to comment.