diff options
Diffstat (limited to 'src/web/helpers/aria.php')
-rw-r--r-- | src/web/helpers/aria.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/web/helpers/aria.php b/src/web/helpers/aria.php index 9782299..0e06b97 100644 --- a/src/web/helpers/aria.php +++ b/src/web/helpers/aria.php @@ -1,6 +1,7 @@ <?php /* Copyright (c) 2024 Freya Murphy */ -function aria_section(string $id, ?string $title = NULL): string { +function aria_section(string $id, ?string $title = NULL): string +{ $out = ''; if ($title) { $idh = $id . '_heading'; |