aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--e-util/e-html-editor-view.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index 0b83d0efac..5255be54bb 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -3898,6 +3898,10 @@ quote_plain_text_recursive (WebKitDOMDocument *document,
element_has_tag (WEBKIT_DOM_ELEMENT (node), "u");
if (is_html_node) {
+ if (!prev_sibling)
+ insert_quote_symbols_before_node (
+ document, node, quote_level, FALSE);
+
if (WEBKIT_DOM_IS_HTMLBR_ELEMENT (prev_sibling))
insert_quote_symbols_before_node (
document, prev_sibling, quote_level, TRUE);