diff --git a/ccp/js/inputwidgetcontroller.js b/ccp/js/inputwidgetcontroller.js index 5bc1255..892629f 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")