[evolution] EHTMLEditorView - Remove our attributes from blockquotes when generating the HTML version of the mes



commit 10af33d5ef20661d535f9d559fd2752915dabbe3
Author: Tomas Popela <tpopela redhat com>
Date:   Tue Jul 15 11:07:37 2014 +0200

    EHTMLEditorView - Remove our attributes from blockquotes when generating the HTML version of the message

 e-util/e-html-editor-view.c |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index a1db78a..3f4f1a2 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));
                        }
                }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]