mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 21:45:37 +02:00
MDL-41643 datafield_checkbox: Add line breaks behind checkbox options.
Add line a break behind each checkbox option in advanced search.
This commit is contained in:
parent
20949f47fe
commit
64b9afa6a5
@ -97,6 +97,7 @@ class data_field_checkbox extends data_field_base {
|
||||
} else {
|
||||
$str .= html_writer::checkbox('f_'.$this->field->id.'[]', s($checkbox), false, $checkbox);
|
||||
}
|
||||
$str .= html_writer::empty_tag('br');
|
||||
$found = true;
|
||||
}
|
||||
if (!$found) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user