From 004615886bf7fb9f0f2e09bfe3069b131866e847 Mon Sep 17 00:00:00 2001 From: Julien Arcin <1089816+julienarcin@users.noreply.github.com> Date: Sat, 23 Oct 2021 12:45:52 +0700 Subject: [PATCH] Correct invalid JSON --- src/technologies/f.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/technologies/f.json b/src/technologies/f.json index 084b7b155..6ccd240de 100644 --- a/src/technologies/f.json +++ b/src/technologies/f.json @@ -156,7 +156,8 @@ "js": { "Screenr.autoplay": "", "Screenr_Plus": "" - }, + } + }, "FameThemes OnePress": { "cats": [ 80 @@ -172,7 +173,7 @@ "pricing": [ "freemium" ], - "website": "https://www.famethemes.com/themes/onepress + "website": "https://www.famethemes.com/themes/onepress" }, "FancyBox": { "cats": [ @@ -1174,4 +1175,4 @@ "scriptSrc": "future-shop.*\\.js", "website": "https://www.future-shop.jp" } -} \ No newline at end of file +}