Merge pull request #568 from lcherpit/fix_pattern

No need to escape slashes twice (enhance readability)
main
Elbert Alias 11 years ago
commit e38074279d

@ -2974,14 +2974,14 @@
"TYPO3 Flow": { "TYPO3 Flow": {
"website": "flow.typo3.org", "website": "flow.typo3.org",
"cats": [ 18 ], "cats": [ 18 ],
"headers": { "X-Flow-Powered": "Flow\\/(.+)?$\\;version:\\1" }, "headers": { "X-Flow-Powered": "Flow/(.+)?$\\;version:\\1" },
"implies": "PHP", "implies": "PHP",
"excludes": "TYPO3 CMS" "excludes": "TYPO3 CMS"
}, },
"TYPO3 Neos": { "TYPO3 Neos": {
"website": "neos.typo3.org", "website": "neos.typo3.org",
"cats": [ 1 ], "cats": [ 1 ],
"html": "xmlns:typo3=\\\"http:\\/\\/www\\.typo3\\.org\\/ns\\/[\\d]{4}\\/Flow\\/Packages\\/Neos\\/Content\\/", "html": "xmlns:typo3=\\\"http://www\\.typo3\\.org/ns/[\\d]{4}/Flow/Packages/Neos/Content/",
"url": "/neos/", "url": "/neos/",
"implies": [ "PHP", "TYPO3 Flow" ], "implies": [ "PHP", "TYPO3 Flow" ],
"excludes": "TYPO3 CMS" "excludes": "TYPO3 CMS"