diff --git a/course/mod.php b/course/mod.php index 6439064dcc0..5df2b31d206 100644 --- a/course/mod.php +++ b/course/mod.php @@ -642,7 +642,7 @@ $strmodulenameplural = get_string("modulenameplural", $module->name); if ($module->name == "label") { - $focuscursor = ""; + $focuscursor = "form.content"; } else { $focuscursor = "form.name"; }