aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-html-editor-view.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-html-editor-view.c')
-rw-r--r--e-util/e-html-editor-view.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-html-editor-view.c b/e-util/e-html-editor-view.c
index a2472b1066..4ad98b2fd9 100644
--- a/e-util/e-html-editor-view.c
+++ b/e-util/e-html-editor-view.c
@@ -2409,7 +2409,7 @@ parse_html_into_paragraphs (EHTMLEditorView *view,
g_free (to_insert);
}
- if (g_utf8_strlen (prev_br, -1) > 0) {
+ if (g_utf8_strlen (prev_br, -1) > 0 && (g_strcmp0 (prev_br, "<br>") != 0)) {
WebKitDOMElement *paragraph;
if (use_pre) {