[evolution/wip/webkit-composer: 244/262] Fix of bug when some HTML elements were not quoted.



commit 8974f59e16f27f66e1de0636b2b36d466e2db0ac
Author: Tomas Popela <tpopela redhat com>
Date:   Tue Sep 24 16:51:30 2013 +0200

    Fix of bug when some HTML elements were not quoted.

 e-util/e-editor-widget.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/e-util/e-editor-widget.c b/e-util/e-editor-widget.c
index 3bc5271..abae6fa 100644
--- a/e-util/e-editor-widget.c
+++ b/e-util/e-editor-widget.c
@@ -1755,7 +1755,7 @@ quote_node (WebKitDOMDocument *document,
                        NULL);
                g_free (text_content);
        } else if (WEBKIT_DOM_IS_HTML_ELEMENT (node))
-               insert_quote_symbols (WEBKIT_DOM_HTML_ELEMENT (node), quote_level, FALSE);
+               insert_quote_symbols (WEBKIT_DOM_HTML_ELEMENT (node), quote_level, TRUE);
 }
 
 static void


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