From e79be64bc593991058318c32c9c7baf2b19e246d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois-Marie=20de=20Jouvencel?= Date: Mon, 22 Jul 2013 15:35:33 +0200 Subject: [PATCH] Improve PrestaShop detection In the latest versions of PrestaShop the powered by link looks like this: PrestaShop, so the current RegExp fails! This one is more generic: /Powered by ]+>PrestaShop/ --- share/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/apps.json b/share/apps.json index 5147d9d42..7f4fe7d69 100644 --- a/share/apps.json +++ b/share/apps.json @@ -2076,7 +2076,7 @@ "website": "www.prestashop.com", "cats": [ 6 ], "meta": { "generator": "PrestaShop" }, - "html": "Powered by ]+PrestaShop", + "html": "Powered by ]+>PrestaShop", "implies": "PHP" }, "Prototype": {