summaryrefslogtreecommitdiff
path: root/bin/wikitrans
diff options
context:
space:
mode:
Diffstat (limited to 'bin/wikitrans')
-rwxr-xr-xbin/wikitrans2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/wikitrans b/bin/wikitrans
index 0cb26a4..7f9789f 100755
--- a/bin/wikitrans
+++ b/bin/wikitrans
@@ -31,7 +31,7 @@ class DumpWikiMarkup (WikiMarkup):
def __str__(self):
if self.tree:
s = StringIO()
- self.dump(self.tree, 0, s)
+ self.dump(self.tree, s)
return s.getvalue()
else:
return ""

Return to:

Send suggestions and report system problems to the System administrator.