corrected brackets, sorry

main
Hanno Lans 11 years ago
parent 036f46fdcd
commit f453bf06b9

@ -551,8 +551,8 @@
"Contao": { "Contao": {
"website": "contao.org", "website": "contao.org",
"cats": [ 1 ], "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$" }, "meta": [ "generator": "^Contao Open Source CMS$" ],
"implies": "PHP" "implies": "PHP"
}, },
"Contenido": { "Contenido": {

Loading…
Cancel
Save