diff --git a/course/mod.php b/course/mod.php index 6c9ad86f215..2d78b61cf9a 100644 --- a/course/mod.php +++ b/course/mod.php @@ -638,7 +638,7 @@ $strmodulenameplural = get_string("modulenameplural", $module->name); if ($module->name == "label") { - $focuscursor = ""; + $focuscursor = "form.content"; } else { $focuscursor = "form.name"; }