From 02501f8d849c380c569e6a29783e8f56b6674593 Mon Sep 17 00:00:00 2001 From: dcore94 Date: Mon, 9 Oct 2023 13:41:18 +0200 Subject: [PATCH] added quotes --- ccp/js/inputwidgetcontroller.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ccp/js/inputwidgetcontroller.js b/ccp/js/inputwidgetcontroller.js index 892629f..bc1bb57 100644 --- a/ccp/js/inputwidgetcontroller.js +++ b/ccp/js/inputwidgetcontroller.js @@ -407,7 +407,7 @@ class CCPBooleanInputWidgetController extends CCPBaseInputWidgetController{ if(this.value.length <= 1){ return `
- +
` } @@ -415,7 +415,7 @@ class CCPBooleanInputWidgetController extends CCPBaseInputWidgetController{ this.value.map((c,i)=>{ return `
- +
` }).join("\n")