diff --git a/includes/MslsOutput.php b/includes/MslsOutput.php index 569edc59..ae5c9527 100644 --- a/includes/MslsOutput.php +++ b/includes/MslsOutput.php @@ -79,7 +79,7 @@ public function get( ?int $display, bool $filter = false, $exists = false ): arr '%s', $url, $link->txt, - $is_current_blog ? ' class="current_language"' : '', + $is_current_blog ? ' class="current_language" aria-current="page"' : '', $link ); }