From 6172c7fae9379a0a1b815d520a760cf1681e013c Mon Sep 17 00:00:00 2001 From: pmario Date: Sat, 4 May 2024 16:15:48 +0200 Subject: [PATCH] remove redundant space --- core/modules/editor/engines/framed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/modules/editor/engines/framed.js b/core/modules/editor/engines/framed.js index f37080082..1e9d69188 100644 --- a/core/modules/editor/engines/framed.js +++ b/core/modules/editor/engines/framed.js @@ -48,7 +48,7 @@ function FramedEngine(options) { this.iframeDoc.body.style.padding = "0"; this.widget.domNodes.push(this.iframeNode); // Construct the textarea or input node - var tag = $tw.utils.makeTagNameSafe(this.widget.editTag, "input"); + var tag = $tw.utils.makeTagNameSafe(this.widget.editTag,"input"); this.domNode = this.iframeDoc.createElement(tag); // Set the text if(this.widget.editTag === "textarea") {