From 59fb98d669920231966d1370db7ce177366c5607 Mon Sep 17 00:00:00 2001 From: Hanno Lans Date: Wed, 9 Jul 2014 01:26:27 +0200 Subject: [PATCH] typo in regex, was causing always reporting Slimbox2 Signed-off-by: Hanno Lans --- share/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/apps.json b/share/apps.json index c8729d017..eb686f86c 100644 --- a/share/apps.json +++ b/share/apps.json @@ -2764,7 +2764,7 @@ "Slimbox 2": { "website": "www.digitalia.be/software/slimbox2", "cats": [ 7, 12 ], - "html": "]*href=\"[^/]*slimbox2?:-rtl)?\\.css", + "html": "]*href=\"[^/]*slimbox2(?:-rtl)?\\.css", "script": "slimbox2\\.js", "implies": "jQuery" },