From e764ba4890f75793ae5a9f604668954d128cbbc1 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Mon, 20 May 2019 10:10:30 +0100 Subject: [PATCH] remove accidental whitespace --- src/HtmlUtils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HtmlUtils.js b/src/HtmlUtils.js index d89cb3490b..f85ce00171 100644 --- a/src/HtmlUtils.js +++ b/src/HtmlUtils.js @@ -90,7 +90,7 @@ export function shortcodeToUnicode(shortcode) { return data ? data.unicode : null; } -export function processHtmlForSending (html: string): string { +export function processHtmlForSending(html: string): string { const contentDiv = document.createElement('div'); contentDiv.innerHTML = html;