Bug 999262 - Relationships should be rendered as just an itemizedlist and not a formalpara
Summary: Relationships should be rendered as just an itemizedlist and not a formalpara
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: PressGang CCMS
Classification: Community
Component: CSProcessor
Version: 1.1
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: pressgang-ccms-dev
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2013-08-21 04:05 UTC by Lee Newson
Modified: 2013-10-09 05:53 UTC (History)
0 users

Fixed In Version: 1.0
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2013-10-09 05:53:18 UTC
Embargoed:


Attachments (Terms of Use)

Description Lee Newson 2013-08-21 04:05:00 UTC
Currently content spec relationships (See Also, Prerequiste and Link List) are being rendered using a itemizedlist wrapped in a formalpara. This isn't required, as the title should be set as the itemizedlist title and not the formalpara.

Example (Current):

<formalpara role="prereqs-list">
  <title>Prerequisite</title>
  <para>
    <itemizedlist>
      <listitem>
        <para>
          <xref linkend=".."/>
        </para>
      </listitem>
    </itemizedlist>
  </para>
</formalpara>

New Example:

<itemizedlist role="prereqs-list">
  <title>Prerequisite</title>
  <listitem>
    <para>
      <xref linkend=".."/>
    </para>
  </listitem>
</itemizedlist>

Comment 1 Lee Newson 2013-10-09 05:53:18 UTC
This was fixed in csprocessor 1.0.

Marking this as closed current release.


Note You need to log in before you can comment on or make changes to this bug.