From a0cb455256e39b89200259a8be5d2893e247b0fe Mon Sep 17 00:00:00 2001 From: "i.shipunov" Date: Sat, 30 Aug 2025 18:09:21 +0300 Subject: [PATCH] added missing attr tag to paragraph properties line spacing --- wml/ctypes/spacing.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wml/ctypes/spacing.go b/wml/ctypes/spacing.go index d152752..ef6aa18 100644 --- a/wml/ctypes/spacing.go +++ b/wml/ctypes/spacing.go @@ -25,7 +25,7 @@ type Spacing struct { AfterAutospacing *stypes.OnOff `xml:"afterAutospacing,attr,omitempty"` //Spacing Between Lines in Paragraph - Line *int `xml:"line,omitempty"` + Line *int `xml:"line,attr,omitempty"` //Type of Spacing Between Lines LineRule *stypes.LineSpacingRule `xml:"lineRule,attr,omitempty"`