yii2-google-maps-library icon indicating copy to clipboard operation
yii2-google-maps-library copied to clipboard

change request

Open lesar opened this issue 7 years ago • 1 comments

in overlays/InfoWondowOptions.php on line 100 can you change from
$value = preg_replace('/(["\'])/', '\\\\\1', $value);
to
$value = preg_replace("/(?<!\\\\)(['\"])/", "\\\\\1", $value);
to avoid to add too many backslash if a backslash is just present before ' char?
regards

lesar avatar Apr 21 '17 14:04 lesar

any chance for a PR?

tonydspaniard avatar Jun 22 '17 08:06 tonydspaniard