diff --git a/locallib.php b/locallib.php index 57467b9..4a3a427 100644 --- a/locallib.php +++ b/locallib.php @@ -80,7 +80,7 @@ function attendance_get_setname($attid, $statusset, $includevalues = true) { if ($statusesout) { if (count($statusesout) > 6) { $statusesout = array_slice($statusesout, 0, 6); - $statusesout[] = '&helip;'; + $statusesout[] = '...'; } $statusesout = implode(' ', $statusesout); $statusname .= ' ('.$statusesout.')';