From 9647df82ed792e5cd762de98ce3a759216efb303 Mon Sep 17 00:00:00 2001 From: Jason Fayre Date: Sun, 14 Jul 2024 13:45:26 -0400 Subject: [PATCH] firewall: added presentation role to edit rules table (#7618) For tables that are purely used for presentation as opposed to data, using the role="presentation" attribute prevents extra announcements from screen readers. --- src/www/firewall_rules_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/www/firewall_rules_edit.php b/src/www/firewall_rules_edit.php index 1227da9a9..eaf765ede 100644 --- a/src/www/firewall_rules_edit.php +++ b/src/www/firewall_rules_edit.php @@ -779,7 +779,7 @@ include("head.inc");
- +