From: Alan Knowles Date: Tue, 22 Dec 2020 06:17:12 +0000 (+0800) Subject: sync X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=bb8fb61fa2f985eb4d0f517a8211f2cd9c71576e;p=roojs1 sync --- diff --git a/docs/src/Roo_HtmlEditorCore.js.html b/docs/src/Roo_HtmlEditorCore.js.html index 7d8a0a9ea7..5448904911 100644 --- a/docs/src/Roo_HtmlEditorCore.js.html +++ b/docs/src/Roo_HtmlEditorCore.js.html @@ -161,9 +161,10 @@ 'body{border:0;margin:0;padding:3px;height:98%;cursor:text;}' + '</style>'; } else { - st = '<style type="text/css">' + - this.stylesheets + - '</style>'; + for (var i in this.stylesheets) { + st += '<link rel="stylesheet" href="' + this.stylesheets[i] +'" type="text/css">'; + } + } st += '<style type="text/css">' +