diff --git a/blocks/course_list/block_course_list.php b/blocks/course_list/block_course_list.php
index cf3fac55a04..ec20063cb0a 100644
--- a/blocks/course_list/block_course_list.php
+++ b/blocks/course_list/block_course_list.php
@@ -68,7 +68,6 @@ class block_course_list extends block_list {
$this->content->items[]="wwwroot/course/category.php?id=$category->id\">" . format_string($category->name) . "";
$this->content->icons[]=$icon;
}
- $this->content->footer .= "wwwroot/course/index.php\">".get_string('searchcourses').' ...
';
/// If we can update any course of the view all isn't hidden, show the view all courses link
if (has_capability('moodle/course:update', get_context_instance(CONTEXT_SYSTEM)) || empty($CFG->block_course_list_hideallcourseslink)) {
$this->content->footer .= "wwwroot/course/index.php\">".get_string('fulllistofcourses').' ...';