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:53:43 +0100 |
| commit | 576f980a5ad6fa10313369d7c3719136171a1a9e (patch) | |
| tree | 0339c169ed688fd343e55b710b89abb5c565b4ef /lib/classes/HTMLAttributes.php | |
| parent | 5239fe23a8b6b3e266dc09fd25d8c805f60d78a3 (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(); } |
