From a4fcc13388f2795b83921d1f0bd85b4d1d49ac7e Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Sat, 29 Nov 2008 21:21:43 +0000 Subject: [PATCH] libs/web: reformat code in dispatcher.lua that confuses luadoc --- libs/web/luasrc/dispatcher.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/libs/web/luasrc/dispatcher.lua b/libs/web/luasrc/dispatcher.lua index 5fb50dcb1..cae5492f6 100644 --- a/libs/web/luasrc/dispatcher.lua +++ b/libs/web/luasrc/dispatcher.lua @@ -391,7 +391,8 @@ function modifier(func, order) context.modifiers[#context.modifiers+1] = { func = func, order = order or 0, - module = getfenv(2)._NAME + module + = getfenv(2)._NAME } end -- 2.25.1