NCAAbbs

Full Version: problem with embeded ordered list in unordered list
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
There seems to be an issue with the way
<UL> and <OL> are created using the [LIST] and [LIST=1]

see 2 examples below.
closing an ordered list kicks Friday out to the Atlanta level instead of the
Thursday level.


  • Atlanta
    • Thursday
      • Xavier vs Georgia
      • Marquette vs Kentucky
      • Duke vs Belmont
      • George Mason vs Notre Dame
    • Friday
      • UTK vs American
      • UConn vs San Diego
      • UNC vs playin winner
      • Indiana vs Arkansas










  • Atlanta
    • Thursday

      1. Xavier vs Georgia
      2. Marquette vs Kentucky
      3. Duke vs Belmont
      4. George Mason vs Notre Dame
  • Friday

    1. UTK vs American
    2. UConn vs San Diego
    3. UNC vs playin winner
    4. Indiana vs Arkansas








Code:
[LIST][*] Atlanta
   [LIST][*] Thursday
    [LIST]
     [*] Xavier vs Georgia
      [*]  Marquette vs Kentucky
      [*] Duke vs Belmont
      [*] George Mason vs Notre Dame
     [/LIST]
   [*] Friday
       [LIST][*] UTK vs American
       [*] UConn vs San Diego
       [*] UNC vs playin winner
       [*] Indiana vs Arkansas
   [/LIST]
   [/LIST]
  




[/LIST]


[LIST][*] Atlanta
   [LIST][*] Thursday
    [LIST=1]
     [*] Xavier vs Georgia
      [*]  Marquette vs Kentucky
      [*] Duke vs Belmont
      [*] George Mason vs Notre Dame
     [/LIST]
   [*] Friday
       [LIST=1][*] UTK vs American
       [*] UConn vs San Diego
       [*] UNC vs playin winner
       [*] Indiana vs Arkansas
   [/LIST]
   [/LIST]
  
[/LIST]

This is a already reported and verified bug in MyBB 1.2.

Unfortunately a fix would require a whole rewrite the list parser which will probably come in a later maintenance release of MyBB 1.4
Reference URL's