From 20a41cbeadb4198e9de4d3593d8fe99a1fa8a215 Mon Sep 17 00:00:00 2001 From: Elbert Filius Date: Tue, 25 Apr 2017 10:24:36 +1000 Subject: [PATCH] Fix Froala Editor HTML pattern --- src/apps.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps.json b/src/apps.json index 06666d8a3..d4be58633 100755 --- a/src/apps.json +++ b/src/apps.json @@ -2700,7 +2700,7 @@ "24" ], "icon": "Froala.svg", - "html": "class=\".*(fr-view|fr-box)", + "html": "<[^>]+class=\"[^\"]+(?:fr-view|fr-box)", "implies": [ "jQuery", "Font Awesome" ],