MDL-12814 typo in CSS class name.
This commit is contained in:
@@ -237,7 +237,7 @@ class question_category_object {
|
||||
foreach ($this->editlists as $context => $list){
|
||||
$listhtml = $list->to_html(0, array('str'=>$this->str));
|
||||
if ($listhtml){
|
||||
print_box_start('boxwidthwide boxaligncenter generalbox questioncatategories contextlevel' . $list->context->contextlevel);
|
||||
print_box_start('boxwidthwide boxaligncenter generalbox questioncategories contextlevel' . $list->context->contextlevel);
|
||||
print_heading(get_string('questioncatsfor', 'question', print_context_name(get_context_instance_by_id($context))), '', 3);
|
||||
echo $listhtml;
|
||||
print_box_end();
|
||||
|
||||
@@ -2604,7 +2604,7 @@ body.notes .notesgroup {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.questioncatategories h3 {
|
||||
.questioncategories h3 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user