We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4d747b4 commit 925cb14Copy full SHA for 925cb14
roundup/cgi/templating.py
@@ -1424,7 +1424,7 @@ def rst(self, hyperlink=1):
1424
s = self.plain(escape=0, hyperlink=0)
1425
if hyperlink:
1426
s = self.hyper_re.sub(self._hyper_repl_rst, s)
1427
- return ReStructuredText(s, writer_name="html")["body"].encode("utf-8",
+ return ReStructuredText(s, writer_name="html")["html_body"].encode("utf-8",
1428
"replace")
1429
1430
def field(self, **kwargs):
0 commit comments