Closes #5008 Removed blank lines in composer
This commit is contained in:
parent
6b511888af
commit
8a3bb85ebd
1 changed files with 2 additions and 3 deletions
|
|
@ -27,9 +27,8 @@ public class ComposerWindow : Gtk.Window {
|
|||
}
|
||||
</style>
|
||||
</head><body>
|
||||
<p id="top"></p><br /><br />
|
||||
<p id="top"></p>
|
||||
<span id="reply"></span>
|
||||
<br />
|
||||
</body></html>""";
|
||||
|
||||
// Signal sent when the "Send" button is clicked.
|
||||
|
|
@ -364,7 +363,7 @@ public class ComposerWindow : Gtk.Window {
|
|||
assert(reply != null);
|
||||
|
||||
try {
|
||||
reply.set_inner_html(reply_body);
|
||||
reply.set_inner_html("<br /><br />" + reply_body + "<br />");
|
||||
} catch (Error e) {
|
||||
debug("Failed to load email for reply: %s", e.message);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue