https://bz.apache.org/ooo/show_bug.cgi?id=126398
--- Comment #2 from sergiozambrano <[email protected]> --- No need for an example. I already found the error and tracked it down to a closing div tag misspelled (the bar is at the end, making it a self-closed tag, instead of at the beginning) The tag also has an empty style attribute, which doesn't happen in the opening ones for a text-box - which made me realize that the comment before has nothing to do with the tag- It seems like the lack of content to feed the parameters of the DIV tag, made it render with its defaults (empty style attribute, self-closed by default) WHATCH OUT! DON'T just remove the self-closing div because that tag is now part of the previous div's closing parts. (some deeper bug removed two tags, just not the right ones, so the one that remains is the one that should have been removed, and the good closing tag for its parent was removed instead). If you do, all the pages will be inside the previous page, like a russian matryoshka doll. It was hard to track down the error because despite there is no text-box, the heading comment STILL prints, not to mention all the comments say "Next WAS…" instead of "IS"… so reading them confuses more than what they were supposed to do (to help) I tried to fix it, but I only got to the file body.xsl and I don't understand how the self-closing is defined (nor I understand the language… but sometimes I find the way. Not this time though :( -- You are receiving this mail because: You are the assignee for the issue.
