Bug 5510 - Lists in HTML-ified release notes are enclosed in blockquote elements
Summary: Lists in HTML-ified release notes are enclosed in blockquote elements
Status: CLOSED FIXED
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Documentation (show other bugs)
Version: 4.3.0
Hardware: PC Unknown
: P2 Normal
Target Milestone: 4.6.0
Assignee: Karl Mikaelsson
URL:
Keywords: ossman_tester, prosaic
Depends on:
Blocks:
 
Reported: 2015-04-27 13:07 CEST by Karl Mikaelsson
Modified: 2016-04-22 14:40 CEST (History)
1 user (show)

See Also:
Acceptance Criteria:


Attachments

Description Karl Mikaelsson cendio 2015-04-27 13:07:18 CEST
Not sure if this is a problem with our release note styling or the HTML conversion.

> <div class="section" id="changes-in-this-release">
> <h2>Changes in This Release</h2>
> <p>In the list below, the bug number is given in parentheses. For more
> information, visit <a class="reference external" href="https://www.cendio.com/bugzilla/">https://www.cendio.com/bugzilla/</a>.</p>
> <div class="section" id="server">
> <h3>Server</h3>
> <blockquote>
> <ul class="simple">
[...]
> </ul>
> </blockquote>
> </div>
Comment 1 Karl Mikaelsson cendio 2016-04-15 14:28:28 CEST
This happens because the lists were indented in the source material.

Here's an example:
>- L1 
>- L1
>
> - L2
> - L2

And here's the result:
> <ul class="simple">
> <li>L1</li>
> <li>L1</li>
> </ul>
> <blockquote>
> <ul class="simple">
> <li>L2</li>
> <li>L2</li>
> </ul>
> </blockquote>
Comment 4 Pierre Ossman cendio 2016-04-22 14:40:51 CEST
Looks good. The lists are much more sane now, and I couldn't spot any other formatting errors.

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