diff --git a/blocks/online_users/block_online_users.php b/blocks/online_users/block_online_users.php
index 75540933cb5..a24a1ea75c5 100644
--- a/blocks/online_users/block_online_users.php
+++ b/blocks/online_users/block_online_users.php
@@ -112,7 +112,7 @@ class CourseBlock_online_users extends MoodleBlock {
//Calculate minutes
$minutes = floor($timetoshowusers/60);
- $this->content->text = "
".get_string("none")."
"; + $this->content->text .= "| ';
- $output .= '';
}
if ($return) {
@@ -1760,4 +1762,4 @@ function make_editing_buttons($mod, $absolute=false, $moveselect=true, $indent=-
" alt=\"$str->delete\" />$hideshow$groupmode";
}
-?>
\ No newline at end of file
+?>
diff --git a/lib/weblib.php b/lib/weblib.php
index 2fb908523d8..e7ef7d4a315 100644
--- a/lib/weblib.php
+++ b/lib/weblib.php
@@ -1506,8 +1506,8 @@ function print_footer ($course=NULL, $usercourse=NULL) {
/// Course links
if ($course) {
if ($course == 'home') { // special case for site home page - please do not remove
- $homelink = '';
+ $homelink = '';
+ $homelink .= ' |