fnp
/
librarian.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix multiple choice detection in Wybor
[librarian.git]
/
librarian
/
xmlutils.py
diff --git
a/librarian/xmlutils.py
b/librarian/xmlutils.py
index
819c9a4
..
f5cd213
100644
(file)
--- a/
librarian/xmlutils.py
+++ b/
librarian/xmlutils.py
@@
-96,7
+96,7
@@
class Xmill(object):
if handler is None:
pre = [self.filter_text(element.text)]
if handler is None:
pre = [self.filter_text(element.text)]
- post = []
+ post = [
self.filter_text(element.tail)
]
else:
vals = handler(element)
# depending on number of returned values, vals can be None, a value, or a tuple.
else:
vals = handler(element)
# depending on number of returned values, vals can be None, a value, or a tuple.