From c6c77dfbeecf1e11b852bca6c0b75208aa409bcf Mon Sep 17 00:00:00 2001 From: nurbek Date: Fri, 14 Oct 2022 03:40:15 +0600 Subject: [PATCH] fix regex --- src/technologies/h.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/h.json b/src/technologies/h.json index 6bc4327f7..f87be64e5 100644 --- a/src/technologies/h.json +++ b/src/technologies/h.json @@ -89,7 +89,7 @@ "js": { "htmx": "" }, - "scriptSrc": "/htmx.org@([\\d\\.]+)\\;version:\\1", + "scriptSrc": "/htmx\\.org@([\\d\\.]+)\\;version:\\1", "oss": true, "website": "https://htmx.org" },