diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2026-03-13 16:53:43 +0100 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2026-03-13 16:54:13 +0100 |
| commit | 89dc19c79668615156e22d493710084da48fb947 (patch) | |
| tree | 428e9c4f3225c3c437927daf2aff2ee057ddfd9b /lib/classes/HTMLAttributes.php | |
| parent | 1f480779f905b90a7812332a291bb0ddcc492589 (diff) | |
make icons as button keyboard accesssible again, fixes #6333
Closes #6333
Merge request studip/studip!4804
Diffstat (limited to 'lib/classes/HTMLAttributes.php')
| -rw-r--r-- | lib/classes/HTMLAttributes.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/classes/HTMLAttributes.php b/lib/classes/HTMLAttributes.php index d9500d1..4bba3cc 100644 --- a/lib/classes/HTMLAttributes.php +++ b/lib/classes/HTMLAttributes.php @@ -189,7 +189,7 @@ class HTMLAttributes implements Stringable, ArrayAccess return implode(' ', $result); } - public function __toString() + public function __toString(): string { return $this->asString(); } |
