diff --git a/calendar/event.php b/calendar/event.php index ad37bef3903..5c4c73ccf3e 100644 --- a/calendar/event.php +++ b/calendar/event.php @@ -198,7 +198,7 @@ } else { foreach ($err as $key => $value) { - $focus = 'form'.$key; + $focus = 'form.'.$key; } } }