lua_api.html: Fix page root

master
rubenwardy 2018-07-20 12:43:09 +01:00 committed by GitHub
parent df31b86845
commit b4057fda02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
--- ---
title: Lua Modding API Reference title: Lua Modding API Reference
layout: default layout: default
root: .
--- ---
<div class='notice'> <div class='notice'>
<h2>This is lua_api.txt nicely formated: I did not write this</h2> <h2>This is lua_api.txt nicely formated: I did not write this</h2>
@ -6951,4 +6952,4 @@ minetest.spawn_tree(pos,apple_tree)
-- ^ Returns an iterator (use with `for` loops) for all player names -- ^ Returns an iterator (use with `for` loops) for all player names
-- ^ currently in the auth database. -- ^ currently in the auth database.
} }
</code></pre> </code></pre>