Bug 453067

Summary: Space between consecutive tags within a para is ignored in the output.
Product: [Community] Publican Reporter: Josh Oakes <joakes>
Component: publicanAssignee: Jeff Fearn 🐞 <jfearn>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 1.6CC: mmcallis, publican-list
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: All   
Whiteboard:
Fixed In Version: 0.34 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-07-01 05:35:08 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Josh Oakes 2008-06-27 02:31:14 UTC
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:

Comment 1 Jeff Fearn 🐞 2008-07-01 05:35:08 UTC
White space removal code was being too aggressive.