remove redundant space

This commit is contained in:
pmario 2024-05-04 16:15:48 +02:00
parent 78ffa63ac5
commit 6172c7fae9
1 changed files with 1 additions and 1 deletions

View File

@ -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") {