mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
MDL-38309 fix whitespace issues
This commit is contained in:
parent
7e155b96fb
commit
3d7414b399
@ -4596,8 +4596,8 @@ function convert_tree_to_html($tree, $row=0) {
|
||||
function convert_tabrows_to_tree($tabrows, $selected, $inactive, $activated) {
|
||||
|
||||
debugging('Function convert_tabrows_to_tree() is deprecated since Moodle 2.5. Consider using class tabtree', DEBUG_DEVELOPER);
|
||||
/// Work backwards through the rows (bottom to top) collecting the tree as we go.
|
||||
|
||||
// Work backwards through the rows (bottom to top) collecting the tree as we go.
|
||||
$tabrows = array_reverse($tabrows);
|
||||
|
||||
$subtree = array();
|
||||
|
@ -2953,7 +2953,7 @@ EOD;
|
||||
$str .= $this->render_tabobject($tabtree);
|
||||
$str .= html_writer::end_tag('div').
|
||||
html_writer::tag('div', ' ', array('class' => 'clearer'));
|
||||
return $str;
|
||||
return $str;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user