Uploaded image for project: 'phpBB3'
  1. phpBB3
  2. PHPBB3-7798

bbcode list not parsed with circle, disc or square

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Resolution: Fixed
    • 3.0.2
    • 3.0.3
    • Posting
    • None
    • PHP Environment:
      Database:

    Description

      The bbcode list doesn't work if we use :
      [list=disc]...
      [list=square]...
      [list=cirle]...

      It's a bug because bbcode.php should recognize it :
      includes/bbcodes.php, function bbcode_list() :

      else if (preg_match('#^(disc|circle|square)$#i', $type))

      { $tpl = 'ulist_open'; $type = strtolower($type); }

      Attachments

        Activity

          People

            ToonArmy Chris Smith
            Théonaute Théonaute [X] (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: