From 036f46fdcdd604173b4cf0e95b15a1f279dfc02f Mon Sep 17 00:00:00 2001 From: Hanno Lans Date: Sun, 6 Jul 2014 23:04:58 +0200 Subject: [PATCH] improved detection for Contao CMS (#550) Signed-off-by: Hanno Lans --- share/apps.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/share/apps.json b/share/apps.json index c354ca2cb..c325793f3 100644 --- a/share/apps.json +++ b/share/apps.json @@ -551,7 +551,8 @@ "Contao": { "website": "contao.org", "cats": [ 1 ], - "html": "(?:|]+(?:typolight|contao)\\.css)", + "html": {"", "]+(?:typolight|contao)\\.css"}, + "meta": { "generator": "^Contao Open Source CMS$" }, "implies": "PHP" }, "Contenido": {