all repos — markup @ e7dfbcb1c69add8ed13c7d10dcd512bf45544950

The code we use to render README.your_favorite_markup

Fix crash in old code blocks
Vicent Marti tanoku@gmail.com
Thu, 19 Jul 2012 23:35:15 +0200
commit

e7dfbcb1c69add8ed13c7d10dcd512bf45544950

parent

cb3554f06c9496ac8fabe5dd6bb5c9a9d512ac22

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M lib/github/commands/rest2htmllib/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(): """