Merge pull request #543 from gadcam/upstream

Fix a few typos in apps.json
main
Elbert Alias 11 years ago
commit 6569ae8c36

@ -2456,7 +2456,7 @@
"website": "recaptcha.net", "website": "recaptcha.net",
"cats": [ 16 ], "cats": [ 16 ],
"script": "(?:api-secure\\.recaptcha\\.net|recaptcha_ajax\\.js)", "script": "(?:api-secure\\.recaptcha\\.net|recaptcha_ajax\\.js)",
"html": "(?:<div[^>]+id=\"recaptcha_image|<link[^>]+recaptcha|document\\.getElementById\\('recaptcha)", "html": "(?:<div[^>]+id=\"recaptcha_image|<link[^>]+recaptcha|document\\.getElementById\\('recaptcha')",
"env": "^Recaptcha$" "env": "^Recaptcha$"
}, },
"Red Hat": { "Red Hat": {
@ -3384,7 +3384,7 @@
"Zeuscart": { "Zeuscart": {
"website": "zeuscart.com", "website": "zeuscart.com",
"cats": [ 6 ], "cats": [ 6 ],
"url": "\\?do=prodetail&action=show&prodid=", "url": "\\?do=prodetail&action=show(?:(?:popup)?prod)?&prodid=\\d",
"html": "<form name=\"product\" method=\"post\" action=\"[^\"]+\\?do=addtocart&prodid=\\d+\"(?!<\\/form>).+<input type=\"hidden\" name=\"addtocart\" value=\"\\d+\">", "html": "<form name=\"product\" method=\"post\" action=\"[^\"]+\\?do=addtocart&prodid=\\d+\"(?!<\\/form>).+<input type=\"hidden\" name=\"addtocart\" value=\"\\d+\">",
"implies": "PHP" "implies": "PHP"
}, },