mirror of
https://github.com/WebTools-NG/WebTools-NG
synced 2025-02-16 19:38:26 +00:00
Fixed #183
This commit is contained in:
parent
aa294fb103
commit
270b6cc0b2
2 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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')
|
||||
|
|
Loading…
Add table
Reference in a new issue