From c5b02dce75b1702b78e863473e4f442108c59389 Mon Sep 17 00:00:00 2001 From: Kim Alvefur Date: Wed, 23 May 2018 01:00:01 +0200 Subject: mod_pubsub: Fix syntax error --- plugins/mod_pubsub/pubsub.lib.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'plugins/mod_pubsub/pubsub.lib.lua') diff --git a/plugins/mod_pubsub/pubsub.lib.lua b/plugins/mod_pubsub/pubsub.lib.lua index aabfaad6..9ca5f75d 100644 --- a/plugins/mod_pubsub/pubsub.lib.lua +++ b/plugins/mod_pubsub/pubsub.lib.lua @@ -65,6 +65,7 @@ local node_config_form = dataform { { label = "Messages of type normal", value = "normal" }, { label = "Messages of type headline", value = "headline", default = true }, }; + }; }; local service_method_feature_map = { -- cgit v1.2.3