Merge pull request #1408 from craiglondon/Solodev

Cleanup regex for matching single and double quotes
main
Elbert Alias 8 years ago committed by GitHub
commit 2bdb0f06df

@ -7213,7 +7213,7 @@
"headers": {
"solodev_session": ""
},
"html": "<div class=(?:\"|')dynamicDiv(?:\"|') id=(?:\"|')dd\\.\\d\\.\\d(?:\\.\\d)?(?:\"|')>",
"html": "<div class=[\"']dynamicDiv[\"'] id=[\"']dd\\.\\d\\.\\d(?:\\.\\d)?[\"']>",
"icon": "Solodev.png",
"implies": "PHP",
"website": "www.solodev.com"

Loading…
Cancel
Save