# HG changeset patch # User Link Mauve # Date 1773185651 -3600 # Node ID 7547c2869e788734f2723a2192496a57095ef2f6 # Parent 27fd5c417e191738c895af45aaf05b3557ff8fb2 mod_xhtmlim: Replace util.serialization.serialize with %q diff -r 27fd5c417e19 -r 7547c2869e78 mod_xhtmlim/mod_xhtmlim.lua --- a/mod_xhtmlim/mod_xhtmlim.lua Wed Mar 11 00:33:54 2026 +0100 +++ b/mod_xhtmlim/mod_xhtmlim.lua Wed Mar 11 00:34:11 2026 +0100 @@ -60,7 +60,7 @@ end end --- module:log("debug", "tags = %s;", require "util.serialization".serialize(tags)); +-- module:log("debug", "tags = %q;", tags); -- TODO Decide if disallowed tags should be bounced or silently discarded. -- XEP says "ignore" and replace tag with text content, but that would