From 7f1ec2e47c10c9dff771ccfe8c55d128c2530dc7 Mon Sep 17 00:00:00 2001 From: Dmitry Krekota Date: Thu, 14 Apr 2016 01:11:29 +0300 Subject: [PATCH] Fixed error in MotoCMS html pattern --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 29581590e..b53baf199 100755 --- a/src/apps.json +++ b/src/apps.json @@ -4534,7 +4534,7 @@ ], "icon": "MotoCMS.svg", "script": ".*\\/mt-includes\\/(assets|js)\\/.*\\.js.*", - "html": "]*href=\".*\\/mt-content\\/.*\\.css", + "html": "]*href=\"[^>]*\\/mt-content\\/[^>]*\\.css", "implies": [ "PHP", "AngularJS",