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(); } }