From 9b2de395e10802be646a08e5e7f6c606f4939e0c Mon Sep 17 00:00:00 2001 From: Henrik Giesel Date: Sun, 20 Dec 2020 23:20:59 +0100 Subject: [PATCH] Wrap field name in editor in span --- qt/aqt/data/web/js/editor.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/qt/aqt/data/web/js/editor.ts b/qt/aqt/data/web/js/editor.ts index aafc63efb..32bf43947 100644 --- a/qt/aqt/data/web/js/editor.ts +++ b/qt/aqt/data/web/js/editor.ts @@ -351,7 +351,9 @@ function setFields(fields) { } txt += ` - ${n} + + ${n} +