More ",chardata"

This commit is contained in:
2024-10-17 17:19:43 +02:00
parent 28f5616f76
commit 86785be588
3 changed files with 3 additions and 3 deletions

View File

@@ -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