@websy/websy-designs 1.12.12 → 1.12.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -317,6 +317,7 @@ class PGHelper {
|
|
|
317
317
|
let parts = d.split(this.options.fieldValueSeparator)
|
|
318
318
|
// console.log(parts)
|
|
319
319
|
if (parts.length === 2) {
|
|
320
|
+
parts[1] = parts[1].replace(/%20/g, ' ')
|
|
320
321
|
let partValues = parts[1]
|
|
321
322
|
partValues = partValues.split('|')
|
|
322
323
|
if (partValues.length === 1) {
|