From 10af33d5ef20661d535f9d559fd2752915dabbe3 Mon Sep 17 00:00:00 2001 From: Tomas Popela Date: Tue, 15 Jul 2014 11:07:37 +0200 Subject: EHTMLEditorView - Remove our attributes from blockquotes when generating the HTML version of the message --- e-util/e-html-editor-view.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c index a1db78ae64..3f4f1a2b8b 100644 --- a/e-util/e-html-editor-view.c +++ b/e-util/e-html-editor-view.c @@ -5373,6 +5373,8 @@ process_elements (EHTMLEditorView *view, } } process_blockquote (WEBKIT_DOM_ELEMENT (child)); + if (to_html) + remove_base_attributes (WEBKIT_DOM_ELEMENT (child)); } } -- cgit v1.2.3