More ",chardata"
This commit is contained in:
@@ -9,7 +9,7 @@ import (
|
||||
type InlineTextContent struct {
|
||||
*CommonAttributes
|
||||
Type string `xml:"type,attr,omitempty"` // Must be text or html
|
||||
Texts []string `xml:"texts,omitempty"`
|
||||
Texts []string `xml:",chardata"`
|
||||
}
|
||||
|
||||
// newInlineTextContent creates a new InlineTextContent. It returns a
|
||||
|
Reference in New Issue
Block a user