X-Git-Url: http://unremediatedgender.space/source?a=blobdiff_plain;f=plugins%2Fsimple_footnotes.py;h=0ea83834301dfb803e12c5f8f0e1c0eafa58afb9;hb=c83b65563588f2a882682bcb8ff8b339e410ffc3;hp=890cb1b87bf58ee05e9601537729a7f9a54b587f;hpb=2980fe3c905fc76f325ccf830abc2f03d8a4ad43;p=Ultimately_Untrue_Thought.git diff --git a/plugins/simple_footnotes.py b/plugins/simple_footnotes.py index 890cb1b..0ea8383 100644 --- a/plugins/simple_footnotes.py +++ b/plugins/simple_footnotes.py @@ -22,7 +22,7 @@ def getText(node, recursive=False): else: if not recursive: return None - L.append(getText(n)) + L.append(getText(n, recursive)) return u''.join(L)