From b63ae3bc027579385ff0546688dc1015520a991f Mon Sep 17 00:00:00 2001 From: P THE AWESOME Date: Mon, 2 Jun 2014 13:08:57 -0500 Subject: [PATCH] Add second HTML (src) attribute for Glyphicons @gadcam Do you approve? For https://github.com/ElbertF/Wappalyzer/pull/575#discussion_r13298147 --- share/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/apps.json b/share/apps.json index 05ebb58f4..007dd4f6b 100644 --- a/share/apps.json +++ b/share/apps.json @@ -1072,7 +1072,7 @@ "Glyphicons": { "website": "glyphicons.com", "cats": [ 17 ], - "html": "]* href=[^>]+glyphicons(?:\\.min)?\\.css" + "html": "(?:]* href=[^>]+glyphicons(?:\\.min)?\\.css|]* src=[^>]+glyphicons)" }, "GoAhead": { "website": "embedthis.com/products/goahead/index.html",