diff options
author | madmaxoft <github@xoft.cz> | 2013-12-27 20:48:11 +0100 |
---|---|---|
committer | madmaxoft <github@xoft.cz> | 2013-12-27 20:48:11 +0100 |
commit | 9689896f9c113b4ee2e3d2ca29659cc8b7215686 (patch) | |
tree | b0a5d1d0680b3f1226eb91d2b4d4a06d0af6de38 /MCServer | |
parent | APIDump: Added quick links to index to each class and hook file. (diff) | |
download | cuberite-9689896f9c113b4ee2e3d2ca29659cc8b7215686.tar cuberite-9689896f9c113b4ee2e3d2ca29659cc8b7215686.tar.gz cuberite-9689896f9c113b4ee2e3d2ca29659cc8b7215686.tar.bz2 cuberite-9689896f9c113b4ee2e3d2ca29659cc8b7215686.tar.lz cuberite-9689896f9c113b4ee2e3d2ca29659cc8b7215686.tar.xz cuberite-9689896f9c113b4ee2e3d2ca29659cc8b7215686.tar.zst cuberite-9689896f9c113b4ee2e3d2ca29659cc8b7215686.zip |
Diffstat (limited to 'MCServer')
-rw-r--r-- | MCServer/Plugins/APIDump/WebWorldThreads.html | 1 | ||||
-rw-r--r-- | MCServer/Plugins/APIDump/Writing-a-MCServer-plugin.html | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/MCServer/Plugins/APIDump/WebWorldThreads.html b/MCServer/Plugins/APIDump/WebWorldThreads.html index 6caf40e6d..fc80a6178 100644 --- a/MCServer/Plugins/APIDump/WebWorldThreads.html +++ b/MCServer/Plugins/APIDump/WebWorldThreads.html @@ -6,6 +6,7 @@ <link rel="stylesheet" type="text/css" href="prettify.css" /> <script src="prettify.js"></script> <script src="lang-lua.js"></script> + <meta charset="UTF-8"> </head> <body> <div id="content"> diff --git a/MCServer/Plugins/APIDump/Writing-a-MCServer-plugin.html b/MCServer/Plugins/APIDump/Writing-a-MCServer-plugin.html index 8d74051a6..50e39d533 100644 --- a/MCServer/Plugins/APIDump/Writing-a-MCServer-plugin.html +++ b/MCServer/Plugins/APIDump/Writing-a-MCServer-plugin.html @@ -7,6 +7,7 @@ <link rel="stylesheet" type="text/css" href="prettify.css" /> <script src="prettify.js"></script> <script src="lang-lua.js"></script> + <meta charset="UTF-8"> </head> <body> <div id="content"> |