mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix transformation of Field.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user