Mercurial > prosody-modules
diff mod_xhtmlim/mod_xhtmlim.lua @ 6443:7547c2869e78
mod_xhtmlim: Replace util.serialization.serialize with %q
| author | Link Mauve <linkmauve@linkmauve.fr> |
|---|---|
| date | Wed, 11 Mar 2026 00:34:11 +0100 |
| parents | 1f68287138e3 |
| children |
line wrap: on
line diff
--- 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
