Desktop, Cli: Make exported HTML more readable on mobile

pull/5512/head
Laurent Cozic 2021-09-26 12:00:47 +01:00
parent 2fd4fb3e73
commit b1d0c15210
1 changed files with 1 additions and 0 deletions

View File

@ -127,6 +127,7 @@ export default class InteropService_Exporter_Html extends InteropService_Exporte
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
${assetsToHeaders(result.pluginAssets, { asHtml: true })}
<title>${escapeHtml(item.title)}</title>
</head>