summaryrefslogtreecommitdiff
path: root/src/web/helpers/aria.php
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2024-09-18 14:14:53 -0400
committerFreya Murphy <freya@freyacat.org>2024-09-18 14:48:54 -0400
commit1f9024763d9224c4cd9a181bac27e6b9f12ad672 (patch)
tree00f827470dad9aa2692483acbdef9502c1a464d3 /src/web/helpers/aria.php
parentfix rss (diff)
downloadwebsite-1f9024763d9224c4cd9a181bac27e6b9f12ad672.tar.gz
website-1f9024763d9224c4cd9a181bac27e6b9f12ad672.tar.bz2
website-1f9024763d9224c4cd9a181bac27e6b9f12ad672.zip
refactor
Diffstat (limited to '')
-rw-r--r--src/web/helpers/aria.php3
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';