mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
list-blocks MDL-24517 Altered class on list block contents so that bullet points aren't added (1.9 functionality)
This commit is contained in:
parent
15e08444bd
commit
f2a04fc197
@ -887,7 +887,7 @@ class core_renderer extends renderer_base {
|
||||
$lis[] = $item;
|
||||
$row = 1 - $row; // Flip even/odd.
|
||||
}
|
||||
return html_writer::tag('ul', implode("\n", $lis), array('class' => 'list'));
|
||||
return html_writer::tag('ul', implode("\n", $lis), array('class' => 'unlist'));
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user