https://bz.apache.org/ooo/show_bug.cgi?id=126398

--- Comment #18 from Regina Henschel <[email protected]> ---
Created attachment 84844
  --> https://bz.apache.org/ooo/attachment.cgi?id=84844&action=edit
Structure as seen in XML Nodepad

<div style=""/> is not a closing tag, but it is an empty element. It is the
short form of <div style=""></div>.
See http://www.w3.org/TR/xhtml1/#h-4.6

You should consider to use a different tool to examine the output. See attached
file is a screenshot of the structure as shown in "XML Nodepad". I have
examined the structure manually too. It is exactly as "XML Nodepad" shows it.
There is no error.

The body contains two times the comment "Next 'div' was a 'draw:page'.", which
indicates the start of a slide. After the comment you see two div-elements. The
first div-element contains the content of the slide, the second div-element
contains the style rule "clear:both", which is needed to force the next
div-element to start after any floating content.

-- 
You are receiving this mail because:
You are the assignee for the issue.

Reply via email to