Bug 705241
| Summary: | Full stop is orphaned and moves to a newline | ||
|---|---|---|---|
| Product: | [Community] Publican | Reporter: | lcarlon <lcarlon> |
| Component: | publican | Assignee: | Jeff Fearn 🐞 <jfearn> |
| Status: | CLOSED DUPLICATE | QA Contact: | Ruediger Landmann <rlandman+disabled> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 2.5 | CC: | mmcallis, publican-list |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-05-19 08:33:38 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: | |||
This behaviour was fixed by the changes in 688286. *** This bug has been marked as a duplicate of bug 688286 *** |
Description of problem: When a full stop comes after a tag in the xml file, and the full stop occurs at the end of a line in the outputted html, the full stop can appear on the newline instead of with the last word of the sentence. Version-Release number of selected component (if applicable): 2.5 How reproducible: Here's the xml snippet that causes the problem: <title> Note </title> <para> <productname>JBoss Rules Fusion</productname> provides the Complex Event Processing capabilities of <productname>JBoss Business Rules Management System</productname>. The Business Rules Management and Business Process Management capabilities are provided by other modules. </para> </note> the first full stop occurs as the first item on the newline.