Description of problem: When two tags within a para appear one after the other with no other data in between (besides space), any space between the tags is ignored and the output displays as one word with the missing space in the middle. For example, the para below has two consecutive <systemitem> tags. The space between them is ignored and the output displays as "LinuxNFS" when it should be "Linux NFS". <para> The <systemitem class="osname">Linux</systemitem> <systemitem class="service">NFS</systemitem> implementation still has limited encryption type support. </para> Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
White space removal code was being too aggressive.