From 125ec6c80797f1208f8251ef1200fc8885a96bc3 Mon Sep 17 00:00:00 2001 From: rdzsp Date: Thu, 27 Jul 2023 10:43:29 +0700 Subject: [PATCH] Fix t.json missing comma --- src/technologies/t.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/technologies/t.json b/src/technologies/t.json index c3f9e7bb0..ec2ffd87a 100644 --- a/src/technologies/t.json +++ b/src/technologies/t.json @@ -224,7 +224,7 @@ ], "cpe": "cpe:2.3:a:typo3:typo3:*:*:*:*:*:*:*:*", "description": "TYPO3 is a free and open-source Web content management system written in PHP.", - "dom": "link[href*='typo3conf'], link[href*='typo3temp'], img[src*='typo3conf'], img[src*='typo3temp']" + "dom": "link[href*='typo3conf'], link[href*='typo3temp'], img[src*='typo3conf'], img[src*='typo3temp']", "icon": "TYPO3.svg", "implies": "PHP", "meta": {