From ff8231b766d670557649050fb9d13839627d1ec8 Mon Sep 17 00:00:00 2001 From: Elbert Alias Date: Sun, 22 Jun 2014 12:53:40 +1000 Subject: [PATCH] Fixed Pure CSS pattern --- share/apps.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/share/apps.json b/share/apps.json index 96b0652e5..ef0e5c5df 100644 --- a/share/apps.json +++ b/share/apps.json @@ -2021,7 +2021,7 @@ "Nepso": { "website": "nepso.com", "cats": [ 1 ], - "headers": [ "X-Powered-CMS": "Nepso" ], + "headers": { "X-Powered-CMS": "Nepso" }, "implies": [ "Python", "Perl", "Java", "PHP" ] }, "Netmonitor": { @@ -2416,7 +2416,7 @@ "Pure CSS": { "website": "purecss.io", "cats": [18], - html: "]+pure[^>\"]+css" + "html": "]+(?:([\\d.])+/)?pure(?:-min)?\\.css\\;version=\\1" }, "Python": { "website": "python.org",