[evolution/gnome-3-28] Bug 793848 - Split PRE into separate paragraphs in HTML ][
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-3-28] Bug 793848 - Split PRE into separate paragraphs in HTML ][
- Date: Wed, 14 Mar 2018 14:35:57 +0000 (UTC)
commit 4593c02ca9edeaad3775623f63f918e251927036
Author: Milan Crha <mcrha redhat com>
Date: Wed Mar 14 15:37:26 2018 +0100
Bug 793848 - Split PRE into separate paragraphs in HTML ][
.../web-extension/e-editor-dom-functions.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/modules/webkit-editor/web-extension/e-editor-dom-functions.c
b/src/modules/webkit-editor/web-extension/e-editor-dom-functions.c
index 961a1f6..ca78200 100644
--- a/src/modules/webkit-editor/web-extension/e-editor-dom-functions.c
+++ b/src/modules/webkit-editor/web-extension/e-editor-dom-functions.c
@@ -8833,7 +8833,7 @@ e_editor_dom_process_content_after_load (EEditorPage *editor_page)
}
if (*(strv[jj])) {
- webkit_dom_html_element_set_inner_text
(WEBKIT_DOM_HTML_ELEMENT (pre), strv[jj], NULL);
+ webkit_dom_html_element_set_inner_html
(WEBKIT_DOM_HTML_ELEMENT (pre), strv[jj], NULL);
} else {
WebKitDOMElement *br;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]