diff --git a/block_mytreestudyplan.php b/block_mytreestudyplan.php index 7e63f0b..2d2be12 100644 --- a/block_mytreestudyplan.php +++ b/block_mytreestudyplan.php @@ -68,12 +68,12 @@ class block_mytreestudyplan extends \block_base { if($teachermode){ - $this->content->footer = "".get_string("view_plan","local_treestudyplan").""; + $this->content->footer = "".get_string("view_plan","local_treestudyplan").""; if(has_capability("local/treestudyplan:editstudyplan",$systemcontext)){ $this->content->footer .= "  ".get_string("cfg_plans","local_treestudyplan").""; } } else if (count($mystudyplans) > 0) { - $this->content->footer = "{$invite_text}"; + $this->content->footer = "{$invite_text}"; } return $this->content;