# HG changeset patch
# User Wuzzy
# Date 1507648649 -3600
# Node ID f20955fd49691b1825a87cfdcda6b7adb7440237
# Parent  f1ba87542f873a0a4c7223e6ac14f8f4f1adc2da
LuaAPI: fix syntax

diff -r f1ba87542f87 -r f20955fd4969 LuaAPI.wiki
--- a/LuaAPI.wiki	Tue Oct 10 16:17:10 2017 +0100
+++ b/LuaAPI.wiki	Tue Oct 10 16:17:29 2017 +0100
@@ -148,7 +148,7 @@
 || *Identifier* || *Default* || *Description* ||
 || `Theme` || _depends_ || The theme to be used. When `Map` is set, a default value is used. For missions which don't use an image map, `Theme` *must* be set explicitly ||
 || `Map` || `""` || The image map being played or `""` if no image map is used ||
-|| `BorderColor` || `0xFF808080` || The color of explosion borders (read-only)
+|| `BorderColor` || `0xFF808080` || The color of explosion borders (read-only) ||
 || `Seed` || `0` || Seed of the random number generator ||
 || `MapGen` || `mgRandom` || Type of map generator. One of `mgRandom`, `mgMaze`, `mgPerlin`, `mgDrawn`. ||
 || `TemplateFilter` || `0` || _unknown meaning_ ||