← Back to team overview

mahara-contributors team mailing list archive

[Bug 869648] Re: Nested bullet lists don't work in the html editor

 

** Changed in: mahara
       Status: In Progress => Fix Committed

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/869648

Title:
  Nested bullet lists don't work in the html editor

Status in Mahara ePortfolio:
  Fix Committed

Bug description:
  Nested lists like these:

  <ul>
  <li>one</li>
  <li>two</li>
  <ul>
  <li>2.1</li>
  <li>2.2</li>
  </ul>
  <li>three</li>
  <li>four</li>
  <li>five</li>
  </ul>

  End up with two bullets as in this example:

    https://careerportfolio.mb.ca/view/view.php?id=904

  More details on this forum thread:
  http://mahara.org/interaction/forum/topic.php?id=4069#post18032

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/869648/+subscriptions


References