More ",chardata"

This commit is contained in:
Jason Streifling 2024-10-17 19:14:37 +02:00
parent 4ae8cecb17
commit 30623fdfe0
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import (
type Icon struct {
*CommonAttributes
URI IRI `xml:"uri"`
URI IRI `xml:",chardata"`
}
// NewIcon creates a new Icon. It returns a *Icon.

View File

@ -9,7 +9,7 @@ import (
type Logo struct {
*CommonAttributes
URI IRI `xml:"uri"`
URI IRI `xml:",chardata"`
}
// NewLogo creates a new Logo. It returns a *Logo.