From 78ac95ab5df5599c2563e492de65b7569df336b5 Mon Sep 17 00:00:00 2001 From: Florian Zeitz Date: Thu, 4 Nov 2010 21:14:31 +0100 Subject: [PATCH] Fix formatting --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index c03a8cf..9e09865 100644 --- a/js/main.js +++ b/js/main.js @@ -143,7 +143,7 @@ function addForm(elem, x) { } function serializeToDataform(form, st) { - st.c("x", {"xmlns":"jabber:x:data", "type": "submit"}); + st.c("x", {"xmlns": "jabber:x:data", "type": "submit"}); $(form).find(".df-item").each(function(){ st.c("field", {"var": $(this).attr("name")}); if (this.nodeName.toLowerCase() == "select" && this.multiple) { -- 2.39.2