improved detection for Contao CMS (#550)

Signed-off-by: Hanno Lans <hanno@hannolans.nl>
main
Hanno Lans 11 years ago
parent 16b883d0c1
commit 036f46fdcd

@ -551,7 +551,8 @@
"Contao": {
"website": "contao.org",
"cats": [ 1 ],
"html": "(?:<!--[^>]+powered by (?:TYPOlight|Contao)-->|<link[^>]+(?:typolight|contao)\\.css)",
"html": {"<!--[^>]+powered by (?:TYPOlight|Contao)[^>]*-->", "<link[^>]+(?:typolight|contao)\\.css"},
"meta": { "generator": "^Contao Open Source CMS$" },
"implies": "PHP"
},
"Contenido": {