Closed cooms13 closed 7 years ago
The line of code that I changed originally had a replacement for percent signs, but it only replaces the first instance. The change proposed does a regex replacement so that it changes all percents.
This is a good catch, as the intention back in #644 was definitely to allow any number of percent characters in attributes.
I'll merge this, and we can get it into the next release.
The line of code that I changed originally had a replacement for percent signs, but it only replaces the first instance. The change proposed does a regex replacement so that it changes all percents.