From 356c6b18d87f1291b4f20d06f22ea0176b2b5629 Mon Sep 17 00:00:00 2001 From: Hanno Lans Date: Wed, 9 Jul 2014 02:48:19 +0200 Subject: [PATCH] improved detection for Tridion see http://stackoverflow.com/questions/9640996/examples-of-websites-that-use-sdl-tridion 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..113ab4bdd 100644 --- a/share/apps.json +++ b/share/apps.json @@ -2644,7 +2644,7 @@ "SDL Tridion": { "website": "www.sdl.com/products/tridion", "cats": [ 1 ], - "html": "mfinfo\\.application='Tridion" + "html": ["mfinfo\\.application='Tridion", "]+_tcm\\d{2,3}-\\d{6}\\."] }, "Sencha Touch": { "website": "sencha.com/products/touch",