]> git.mjollnir.org Git - moodle.git/commitdiff
XHTML strict
authortjhunt <tjhunt>
Tue, 30 Jun 2009 06:00:12 +0000 (06:00 +0000)
committertjhunt <tjhunt>
Tue, 30 Jun 2009 06:00:12 +0000 (06:00 +0000)
lib/outputlib.php

index db848520eb7c9d6e4565abf24c131f3184b7ca4d..09eae9f2f42c238f53641f99b6a0fde6f83305fd 100644 (file)
@@ -1141,7 +1141,6 @@ class moodle_core_renderer extends moodle_renderer_base {
 
         } else if ($bc->list) {
             $row = 0;
-            $output .= $this->output_start_tag('ul', array('class' => 'list'));
             $items = array();
             foreach ($bc->list as $key => $string) {
                 $item = $this->output_start_tag('li', array('class' => 'r' . $row));