remove accidental whitespace
This commit is contained in:
parent
7b2602f1c7
commit
e764ba4890
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ export function shortcodeToUnicode(shortcode) {
|
||||||
return data ? data.unicode : null;
|
return data ? data.unicode : null;
|
||||||
}
|
}
|
||||||
|
|
||||||
export function processHtmlForSending (html: string): string {
|
export function processHtmlForSending(html: string): string {
|
||||||
const contentDiv = document.createElement('div');
|
const contentDiv = document.createElement('div');
|
||||||
contentDiv.innerHTML = html;
|
contentDiv.innerHTML = html;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue