diff options
author | pixel <pixel> | 2007-05-29 14:31:36 +0000 |
---|---|---|
committer | pixel <pixel> | 2007-05-29 14:31:36 +0000 |
commit | 32affee9d0854172d17563cb5d9a9a0c89162fec (patch) | |
tree | 07a79f4ed517b801a05dbcd6c6f54f6fee49b37a /lib/xmllib.lua | |
parent | bcc024ab0bdc16e44d53d4a321bed4e6d561e199 (diff) |
Fixing a stupid display bug.
Diffstat (limited to 'lib/xmllib.lua')
-rw-r--r-- | lib/xmllib.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/xmllib.lua b/lib/xmllib.lua index f2b452c..114dc08 100644 --- a/lib/xmllib.lua +++ b/lib/xmllib.lua @@ -100,7 +100,7 @@ local function process_tag(xm, key, a) end local function render_attrs(t) - local r, k, v + local r, k, v = "" if type(t) ~= "table" then return "" end |