1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-24 10:27:10 +02:00

Desktop: Enforce utf-8 charset for plugin scripts (#4509)

This commit is contained in:
Caleb John 2021-02-23 03:53:19 -07:00 committed by GitHub
parent 17962360e5
commit 80cb18ca90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,6 @@
<html>
<head>
<meta charset="UTF-8">
<script src="./plugin_index.js"></script>
</head>
</html>