[evolution] Element could be quoted in the HTML mode as in the plain text mode



commit 545a3577006853cc674fe52f89f4e12c6201413d
Author: Tomas Popela <tpopela redhat com>
Date:   Fri Aug 19 14:56:16 2016 +0200

    Element could be quoted in the HTML mode as in the plain text mode
    
    Fix a typo.

 .../web-extension/e-editor-dom-functions.c         |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/modules/webkit-editor/web-extension/e-editor-dom-functions.c 
b/modules/webkit-editor/web-extension/e-editor-dom-functions.c
index b5474ec..cbc90e5 100644
--- a/modules/webkit-editor/web-extension/e-editor-dom-functions.c
+++ b/modules/webkit-editor/web-extension/e-editor-dom-functions.c
@@ -3465,7 +3465,7 @@ e_editor_dom_body_input_event_process (EEditorPage *editor_page,
        remove_zero_width_spaces_on_body_input (editor_page, node);
 
        /* Writing into quoted content */
-       if (html_mode) {
+       if (!html_mode) {
                gint citation_level;
                WebKitDOMElement *selection_start_marker, *selection_end_marker;
                WebKitDOMNode *node, *parent;


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