summaryrefslogtreecommitdiff
path: root/wiki2texi.py
diff options
context:
space:
mode:
Diffstat (limited to 'wiki2texi.py')
-rw-r--r--wiki2texi.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/wiki2texi.py b/wiki2texi.py
index 0b3eb77..e9009ec 100644
--- a/wiki2texi.py
+++ b/wiki2texi.py
@@ -186,7 +186,7 @@ class TexiWikiMarkup (WikiMarkup):
return "\n-----\n" # FIXME
def str_ind(self, elt):
- return ("@w{ }" * elt['level']) + self.format(elt['content'])
+ return ("@w{ }" * elt['level']) + self.format(elt['content']) + '\n'
def str_env(self, elt):
if elt['envtype'] == 'unnumbered':

Return to:

Send suggestions and report system problems to the System administrator.