use correct class in exported HTMLs so that content style is applied, #1504

pull/255/head
zadam 2020-12-30 23:20:12 +07:00
parent e89057a771
commit 04e6431c09
1 changed files with 1 additions and 1 deletions

@ -234,7 +234,7 @@ function exportToZip(taskContext, branch, format, res) {
<link rel="stylesheet" href="${cssUrl}">
<base target="_parent">
</head>
<body>
<body class="ck-content">
<h1>${utils.escapeHtml(title)}</h1>
${content}
</body>