diff --git a/MCServer/Plugins/APIDump/main.lua b/MCServer/Plugins/APIDump/main.lua index 758df8341..68c8b63bc 100644 --- a/MCServer/Plugins/APIDump/main.lua +++ b/MCServer/Plugins/APIDump/main.lua @@ -193,14 +193,15 @@ function DumpAPIHtml() f:write([[MCServer API - class index - +

MCServer API - class index

+

The following classes are available in the MCServer Lua scripting language:

"); + f:write("

"); f:close(); -- Copy the CSS file to the output folder (overwrite any existing):