From df19bc3a380bc3b6bdd2500e156feb0ed404cf4f Mon Sep 17 00:00:00 2001 From: adelikat Date: Sat, 14 Jun 2014 17:04:54 +0000 Subject: [PATCH] slight fix to wiki lua documentation --- BizHawk.Client.Common/lua/LuaDocumentation.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/BizHawk.Client.Common/lua/LuaDocumentation.cs b/BizHawk.Client.Common/lua/LuaDocumentation.cs index 99226ad83a..dd58a05b3c 100644 --- a/BizHawk.Client.Common/lua/LuaDocumentation.cs +++ b/BizHawk.Client.Common/lua/LuaDocumentation.cs @@ -48,6 +48,8 @@ namespace BizHawk.Client.Common } } + sb.Append("%%TAB_END%%"); + return sb.ToString(); } }