| Summary: | Special characters (specifically ) in subtitle doesn't convert | ||
|---|---|---|---|
| Product: | [Community] PressGang CCMS | Reporter: | Dan Macpherson <dmacpher> |
| Component: | DocBook-builder | Assignee: | Lee Newson <lnewson> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.2 | CC: | lnewson, mcaspers |
| Target Milestone: | --- | ||
| Target Release: | 1.3 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2013-12-03 22:16:05 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Dan Macpherson
2013-11-22 03:58:26 UTC
Fixed in 1.3-SNAPSHOT build 201311221402 The subtitle and product fields were getting cleansed so that any entities or elements would appear as is, however this shouldn't have been happening and it should have only been cleansing other values. *** Bug 1033816 has been marked as a duplicate of this bug. *** Confirmed that the entities < > & " ' are rendered as their corresponding characters in the title and subtitle. Custom entities do not work in a subtitle. So Subtitle = &TEST; Entities = [ <!ENTITY TEST "Hi There"> ] returns INFO: The Content Specification is valid. ERROR: An error occurred during processing please try again and if another failure occurs please log a bug. Confirmed that custom entities appear in subtitle. |