Bug 1083845
| Summary: | Prefaces are imported incorrectly | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] PressGang CCMS | Reporter: | Lee Newson <lnewson> | ||||
| Component: | ImportTool | Assignee: | Matthew Casperson <mcaspers> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | |||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 1.5 | CC: | cbredesen, mcaspers | ||||
| Target Milestone: | --- | ||||||
| Target Release: | 1.5 | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-05-01 21:39:57 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: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
Fixed in 201404221213 Preface elements are now renamed to section. Verified that <preface> is renamed to <section> |
Created attachment 882083 [details] Preface test A preface is imported like so: <preface> <title>Another Preface</title> <para> Some content </para> </preface> (note that <preface> is the root tag). All topics should be <section> elements and the builder will take care of wrapping it in the right element when building. Attached is the book that created the invalid topic content.