diff --git a/src/client/composer/composer-web-view.vala b/src/client/composer/composer-web-view.vala index 816de42c..59baf4bd 100644 --- a/src/client/composer/composer-web-view.vala +++ b/src/client/composer/composer-web-view.vala @@ -144,17 +144,17 @@ public class ComposerWebView : ClientWebView { string quote, bool top_posting, bool is_draft) { - const string HTML_PRE = """"""; + const string HTML_PRE = """"""; const string HTML_POST = """"""; const string BODY_PRE = """ -
"""; +
"""; const string BODY_POST = """
"""; const string SIGNATURE = """ -
%s
+
%s
"""; const string QUOTE = """ -

%s
+

%s
"""; const string CURSOR = "

"; const string SPACER = "

";