From e551b0f9f85e63e62e089842a80eab4cf546fef9 Mon Sep 17 00:00:00 2001 From: dinesh Date: Thu, 23 Jul 2015 22:45:05 +0530 Subject: [PATCH] Modified capturing group to non capturing group --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index b5348a7de..52bd78a42 100755 --- a/src/apps.json +++ b/src/apps.json @@ -5045,7 +5045,7 @@ "(?:
]+\">)\\;confidence:30", "(?:]+semantic(?:\\.css|\\.min\\.css)\">)" ], - "script": "(semantic(?:\\.js|\\.min\\.js))", + "script": "(?:semantic(?:\\.js|\\.min\\.js))", "website": "semantic-ui.com" }, "Sencha Touch": {