diff options
Diffstat (limited to 'element.go')
| -rw-r--r-- | element.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -804,7 +804,7 @@ func (el *element) setStyleAdmonition(admName string) { func (el *element) toHTML(doc *Document, w io.Writer) { switch el.kind { case lineKindAttribute: - doc.Attributes.apply(el.key, el.value) + _ = doc.Attributes.apply(el.key, el.value) case elKindCrossReference: var ( |
