Bug 1083845

Summary: Prefaces are imported incorrectly
Product: [Community] PressGang CCMS Reporter: Lee Newson <lnewson>
Component: ImportToolAssignee: Matthew Casperson <mcaspers>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 1.5CC: 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:
Description Flags
Preface test none

Description Lee Newson 2014-04-03 05:11:53 UTC
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.

Comment 1 Matthew Casperson 2014-04-22 02:14:37 UTC
Fixed in 201404221213

Preface elements are now renamed to section.

Comment 2 Lee Newson 2014-04-28 00:38:38 UTC
Verified that <preface> is renamed to <section>