diff --git a/server/layouts/default.html.eco b/server/layouts/default.html.eco index 391f1209e..e4e7d4e82 100755 --- a/server/layouts/default.html.eco +++ b/server/layouts/default.html.eco @@ -170,7 +170,7 @@ autocollect : true, ignore_tags : ['i'], parse_attr : ['data-title', 'data-content', 'data-text'], - ignore_class : ["code", "ace_editor"] + ignore_class : ["code", "anchor"] }; @@ -183,7 +183,7 @@