@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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@websy/websy-designs",
3
- "version": "1.12.12",
3
+ "version": "1.12.13",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"