ID:81330
 
BYOND Version:N/A (Website Bug)
Operating System:Windows XP Home
Web Browser:Firefox 3.5.2
Status: Deferred

This issue may be low priority or very difficult to fix, and has been put on the back burner for the time being.
Descriptive Problem Summary:
When using <ol> in the bug tracker, it is being parsed unconventionally.

<ol>
<li>First Entry</li>
</ol>
  1. First Entry

Leads to the first list entry being labelled as second.

<ol><li>First Entry</li></ol>
  1. First Entry

Works as expected.

Numbered Steps to Reproduce Problem:
  1. Create a bug-report with an ordered list
  2. Formate the report with a new line following the <ol> tag
  3. Preview


Expected Results:
First entry getting listed as 1.

Actual Results:
First entry getting listed as 2.

Does the problem occur:
Every time? Or how often? Every time
In other user accounts? N/A
On other computers? N/A

Workarounds:
Formate the bug-report with no new line following the <ol> tag.
Played with it a bit in this comment and it does act weird.
  1. 0
  2. 1
  3. 2
  4. 3