mirror of
https://github.com/laurent22/joplin.git
synced 2025-01-11 18:24:43 +02:00
Desktop: Enforce utf-8 charset for plugin scripts (#4509)
This commit is contained in:
parent
17962360e5
commit
80cb18ca90
@ -1,5 +1,6 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
<meta charset="UTF-8">
|
||||||
<script src="./plugin_index.js"></script>
|
<script src="./plugin_index.js"></script>
|
||||||
</head>
|
</head>
|
||||||
</html>
|
</html>
|
Loading…
Reference in New Issue
Block a user