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:
Johannes Burk 2015-10-29 11:47:48 +01:00
parent 20949f47fe
commit 64b9afa6a5

View File

@ -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) {