From 3d7414b3995cc59be7ae4444f90c7e1d1a0fde55 Mon Sep 17 00:00:00 2001 From: Dan Poltawski Date: Mon, 15 Apr 2013 10:26:53 +0100 Subject: [PATCH] MDL-38309 fix whitespace issues --- lib/deprecatedlib.php | 2 +- lib/outputrenderers.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/deprecatedlib.php b/lib/deprecatedlib.php index 1fc0087c903..5495b6fb82a 100644 --- a/lib/deprecatedlib.php +++ b/lib/deprecatedlib.php @@ -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(); diff --git a/lib/outputrenderers.php b/lib/outputrenderers.php index 2abdd56c50e..345042b2baa 100644 --- a/lib/outputrenderers.php +++ b/lib/outputrenderers.php @@ -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; } /**