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": {
"website": "flow.typo3.org",
"cats": [ 18 ],
"headers": { "X-Flow-Powered": "Flow\\/(.+)?$\\;version:\\1" },
"headers": { "X-Flow-Powered": "Flow/(.+)?$\\;version:\\1" },
"implies": "PHP",
"excludes": "TYPO3 CMS"
},
"TYPO3 Neos": {
"website": "neos.typo3.org",
"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/",
"implies": [ "PHP", "TYPO3 Flow" ],
"excludes": "TYPO3 CMS"