summaryrefslogtreecommitdiff
path: root/wikitrans
diff options
context:
space:
mode:
Diffstat (limited to 'wikitrans')
-rw-r--r--wikitrans/wikimarkup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wikitrans/wikimarkup.py b/wikitrans/wikimarkup.py
index 1e2429f..6660808 100644
--- a/wikitrans/wikimarkup.py
+++ b/wikitrans/wikimarkup.py
@@ -659,7 +659,7 @@ class WikiMarkupParser(object):
self.dprint(80, "LEAVE parse_ref=None")
return None
elif tok.type == 'OTAG':
- list.append(self.parse_tag(tok))
+ seq.append(self.parse_tag(tok))
else:
seq.append(tok)

Return to:

Send suggestions and report system problems to the System administrator.