Commit c00725cd authored by 's avatar

Merged fix for multi-arg append

parent 70636669
......@@ -472,7 +472,7 @@ class DocumentClass:
tmp = []
for item in row:
if item:
tmp.append(item,cspan)
tmp.append((item,cspan))
cspan = 0
else:
cspan = cspan + 1
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment