mirror of
https://github.com/fumiama/go-docx.git
synced 2026-06-07 16:50:24 +08:00
fix: para.copymedia
This commit is contained in:
@@ -169,7 +169,7 @@ type Paragraph struct {
|
||||
RsidP string `xml:"w:rsidP,attr,omitempty"`
|
||||
|
||||
Properties *ParagraphProperties
|
||||
Children []interface{} // Children will generate an unnecessary tag <Children> ... </Children> and we skip it by a self-defined xml.Marshaler
|
||||
Children []interface{}
|
||||
|
||||
file *Docx
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user