Fix transformation of Field.

This commit is contained in:
Georg Brandl
2010-06-12 12:30:40 +02:00
parent 9b27aa3ae8
commit d30d286486

View File

@@ -67,7 +67,7 @@ class Field(object):
fieldname += nodes.Text(' ')
fieldname += self.make_xref(self.rolename, domain,
fieldarg, nodes.Text)
fieldbody = nodes.field_body('', nodes.paragraph('', *content))
fieldbody = nodes.field_body('', nodes.paragraph('', '', *content))
return nodes.field('', fieldname, fieldbody)