Fixed error in MotoCMS html pattern

main
Dmitry Krekota 9 years ago
parent 8be4a2049d
commit 7f1ec2e47c

@ -4534,7 +4534,7 @@
], ],
"icon": "MotoCMS.svg", "icon": "MotoCMS.svg",
"script": ".*\\/mt-includes\\/(assets|js)\\/.*\\.js.*", "script": ".*\\/mt-includes\\/(assets|js)\\/.*\\.js.*",
"html": "<link [^>]*href=\".*\\/mt-content\\/.*\\.css", "html": "<link [^>]*href=\"[^>]*\\/mt-content\\/[^>]*\\.css",
"implies": [ "implies": [
"PHP", "PHP",
"AngularJS", "AngularJS",