Commit c397bee4 authored by Andreas Jung's avatar Andreas Jung

fixed missing quotes

parent fad7d446
...@@ -564,7 +564,7 @@ class DocumentClass: ...@@ -564,7 +564,7 @@ class DocumentClass:
indexes.append("cell") indexes.append("cell")
for index in range(len(indexes)): for index in range(len(indexes)):
if indexes[index] is "TDdivider" or indexes[index] is THdivider: if indexes[index] is "TDdivider" or indexes[index] is "THdivider":
ignore = [] # reset ignore ignore = [] # reset ignore
#continue # skip dividers #continue # skip dividers
......
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