fix #1758: export format HTML issues

This commit is contained in:
antelle 2021-03-22 17:13:09 +01:00
parent 51a7bbbfb8
commit 954f2c235b
No known key found for this signature in database
GPG Key ID: 63C9777AAB7C563C
1 changed files with 7 additions and 4 deletions

View File

@ -29,6 +29,9 @@
td.field {
white-space: pre-wrap;
}
footer {
margin-top: 10px;
}
</style>
</head>
<body>
@ -49,11 +52,11 @@
</tr>
</table>
<h2>{{res 'exportEntries'}}</h2>
<p>
<div>
{{{contentHtml}}}
</p>
<p>
</div>
<footer>
{{#res 'exportDescription'}}<a href="{{appLink}}" rel="noreferrer noopener" target="_blank">KeeWeb</a>{{/res}}
</p>
</footer>
</body>
</html>