X-Git-Url: https://git.cyclocoop.org/%242?a=blobdiff_plain;f=includes%2FListToggle.php;h=7a5fd9a1be30e0e9471e0937ddfb6c3aa3c7b59e;hb=5a090c29822285782d2027ffb8919a5440fa2f03;hp=2c87b8bac057802334702d1eeaa0e5f3c52387ca;hpb=7c4867fa94be9fc417184abbf181d3b04c563385;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/ListToggle.php b/includes/ListToggle.php index 2c87b8bac0..7a5fd9a1be 100644 --- a/includes/ListToggle.php +++ b/includes/ListToggle.php @@ -42,7 +42,7 @@ class ListToggle { private function checkboxLink( $checkboxType ) { return Html::element( // CSS classes: mw-checkbox-all, mw-checkbox-none, mw-checkbox-invert - 'a', [ 'href' => '#', 'class' => 'mw-checkbox-' . $checkboxType ], + 'a', [ 'class' => 'mw-checkbox-' . $checkboxType, 'role' => 'button', 'tabindex' => 0 ], $this->output->msg( 'checkbox-' . $checkboxType )->text() ); }