From c1a8c413b003787614787fa4f8a9858a3b2424c3 Mon Sep 17 00:00:00 2001 From: Arthur Milchior Date: Tue, 24 Mar 2020 12:26:48 +0100 Subject: [PATCH] remove space in fields --- qt/ts/src/editor.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/qt/ts/src/editor.ts b/qt/ts/src/editor.ts index 890e884b0..eea5fd8c5 100644 --- a/qt/ts/src/editor.ts +++ b/qt/ts/src/editor.ts @@ -352,9 +352,7 @@ function setFields(fields) { oncut='onCutOrCopy(this);' contentEditable=true class=field - > -${f} - + >${f} `; }