From 393b7385885eb8ec8e9e93daf31a365480b127a9 Mon Sep 17 00:00:00 2001 From: Matthew Wild Date: Mon, 12 Jan 2009 04:13:05 +0000 Subject: mod_actions_http: Show tables as 'list's --- plugins/mod_actions_http.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'plugins') diff --git a/plugins/mod_actions_http.lua b/plugins/mod_actions_http.lua index 327bd670..43370a41 100644 --- a/plugins/mod_actions_http.lua +++ b/plugins/mod_actions_http.lua @@ -53,6 +53,8 @@ local function handle_request(method, body, request) t_insert(s, " = "); if type(v) == "function" then t_insert(s, "action") + elseif type(v) == "table" then + t_insert(s, "list"); else t_insert(s, tostring(v)); end -- cgit v1.2.3