Drop the non-compliant print-orientation attribute from the ODT class
This commit is contained in:
@@ -803,7 +803,6 @@ class ToOdt(Tokenizer):
|
|||||||
_mkTag("fo", "margin-bottom"): self._mDocBtm,
|
_mkTag("fo", "margin-bottom"): self._mDocBtm,
|
||||||
_mkTag("fo", "margin-left"): self._mDocLeft,
|
_mkTag("fo", "margin-left"): self._mDocLeft,
|
||||||
_mkTag("fo", "margin-right"): self._mDocRight,
|
_mkTag("fo", "margin-right"): self._mDocRight,
|
||||||
_mkTag("fo", "print-orientation"): "portrait",
|
|
||||||
})
|
})
|
||||||
|
|
||||||
xHead = ET.SubElement(xPage, _mkTag("style", "header-style"))
|
xHead = ET.SubElement(xPage, _mkTag("style", "header-style"))
|
||||||
|
|||||||
Reference in New Issue
Block a user