diff options
Diffstat (limited to 'e-util/e-html-editor-view.c')
-rw-r--r-- | e-util/e-html-editor-view.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c index 89f078d4f2..886c6fec0d 100644 --- a/e-util/e-html-editor-view.c +++ b/e-util/e-html-editor-view.c @@ -5275,7 +5275,6 @@ process_list_to_plain_text (EHTMLEditorView *view, } if (WEBKIT_DOM_IS_HTMLBR_ELEMENT (node) && element_has_class (WEBKIT_DOM_ELEMENT (node), "-x-evo-wrap-br")) { - /* put spaces before line characters -> wordwraplength - indentation */ g_string_append (line, "\n"); /* put spaces before line characters -> wordwraplength - indentation */ for (ii = 0; ii < level; ii++) |