diff options
author | Phy <git@phy25.com> | 2019-09-16 23:26:40 -0400 |
---|---|---|
committer | Phy <git@phy25.com> | 2019-10-20 15:48:08 -0400 |
commit | 5fdc2ff201743e133bc8807b586c792f742229c1 (patch) | |
tree | 19fe2291a73e69c7a8c2591f5efc8e753195b46b /lib/scripts/locktimer.js | |
parent | ba234b18c73ff5920ac901ff6059564545a824aa (diff) | |
download | dokuwiki-5fdc2ff201743e133bc8807b586c792f742229c1.tar.gz dokuwiki-5fdc2ff201743e133bc8807b586c792f742229c1.zip |
css_compress: quote placeholder to simply quote protection
There are two ways of doing this:
1. "doku" > STR1 > "doku"
2. "doku" > "1" > "doku"
#1 is what I did before. I did replace STRN with a new placeholder in the previous implementation so that there is no conflict. However #2 is more elegant, so this commit implements it.
Test is updated to address splitbrain's concern about placeholder string in the original text.
Diffstat (limited to 'lib/scripts/locktimer.js')
0 files changed, 0 insertions, 0 deletions