Uploaded image for project: 'phpBB'
  1. phpBB
  2. PHPBB-2808

List elements insert breaks where they should not be

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • None
    • 3.0.x
    • Viewing posts
    • None
    • PHP Environment:
      Database:

      When using list elements, breaks are inserted between lists...
      for example, using:
      [ list]
      [*] first item
      [*] second item
      [*] third item
      [ /list]

      parses as...
      [ list]<br>
      [*] first item<br>
      [*] second item<br>
      [*] third item<br>
      [ /list]

      <ul><br><li> first item</li><br><li> second item</li><br><li> third item</li></ul><br>

      This causes the display to appear as:

      [list]

      [*] first item

      [/*:m][*] second item

      [*] Third item

      [/*:m][/list:u]

      See This post for an example.

      Hopefully this worked... no preview.

            DavidMJ DavidMJ
            Highway of Life David Lewis [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: