Show More
@@ -263,7 +263,7 b' class Translator(nodes.NodeVisitor):' | |||||
263 | # ensure we get a ".TH" as viewers require it. |
|
263 | # ensure we get a ".TH" as viewers require it. | |
264 | self.head.append(self.header()) |
|
264 | self.head.append(self.header()) | |
265 | # filter body |
|
265 | # filter body | |
266 |
for i in |
|
266 | for i in range(len(self.body) - 1, 0, -1): | |
267 | # remove superfluous vertical gaps. |
|
267 | # remove superfluous vertical gaps. | |
268 | if self.body[i] == '.sp\n': |
|
268 | if self.body[i] == '.sp\n': | |
269 | if self.body[i - 1][:4] in ('.BI ','.IP '): |
|
269 | if self.body[i - 1][:4] in ('.BI ','.IP '): |
General Comments 0
You need to be logged in to leave comments.
Login now