Fix crash in old code blocks
Vicent Marti tanoku@gmail.com
Thu, 19 Jul 2012 23:35:15 +0200
1 files changed,
1 insertions(+),
1 deletions(-)
jump to
M
lib/github/commands/rest2html
→
lib/github/commands/rest2html
@@ -38,7 +38,7 @@ language = classes[1]
del classes[:] self.body.append(self.starttag(node, 'pre', lang=language)) else: - super(self, node) + self.body.append(self.starttag(node, 'pre')) def main(): """