--- firedrop2/textmanipulator.py.orig 2006-10-15 17:03:43.000000000 +0200 +++ firedrop2/textmanipulator.py 2006-10-15 17:08:10.000000000 +0200 @@ -242,7 +242,7 @@ return "\n%s\n| %s |\n%s" % (frameline,"code block here",frameline,) - def rot13(self, text): + def rot13(self, text, markup): return text.encode("rot13")