To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=51689


User sus changed the following:

                  What    |Old value                 |New value
================================================================================
                    Status|NEW                       |STARTED
--------------------------------------------------------------------------------
                OS/Version|Linux                     |All
--------------------------------------------------------------------------------
                  Platform|Other                     |All
--------------------------------------------------------------------------------
                   Version|680m113                   |680m122
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon Aug  8 09:38:40 -0700 
2005 -------
BACKGROUND:

Empty paragraph do not provoke a carridge return. To enforce this behavior a
non-breakable space (i.e   or  ) have been added (i.e.
<xsl:text>&#160;</xsl:text>) to an 'empty' paragraph.

FIX:
Unfortunately the condition to check for empty paragraph in xhtml/body.xsl was
erroneous 
<xsl:when test="*">
test only for all paragraphs without child elements it have to be exchanged (2
times) to
<xsl:when test="* or text()">

Many thanks for pointing this out!

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to