This commit is contained in:
UKDTOM 2021-02-17 01:46:19 +01:00
parent aa294fb103
commit 270b6cc0b2
2 changed files with 2 additions and 1 deletions

View file

@ -6,6 +6,7 @@
* [#242 Button or setting to restore WebTools-NG default settings](https://github.com/WebTools-NG/WebTools-NG/issues/242)
* [#225 Cutdown on buildin levels](https://github.com/WebTools-NG/WebTools-NG/issues/225)
* [#183 Export description with a linebreak fails](https://github.com/WebTools-NG/WebTools-NG/issues/183)
## V0.1.14

View file

@ -279,7 +279,7 @@ const wtutils = new class WTUtils {
wtconfig.set('ET.ArraySep', '-')
}
if ( wtconfig.get('ET.ColumnSep', 'N/A') == 'N/A' ){
wtconfig.set('ET.ColumnSep', ',')
wtconfig.set('ET.ColumnSep', '|')
}
if ( wtconfig.get('ET.NotAvail', 'N/A') == 'N/A' ){
wtconfig.set('ET.NotAvail', 'N/A')