From b00902e46cf3aea889e245d1ce0dfede62203dbc Mon Sep 17 00:00:00 2001 From: Ad Schellevis Date: Thu, 14 Jan 2021 17:07:17 +0100 Subject: [PATCH] Firewall: add model for categories. work in progress for https://github.com/opnsense/core/issues/4587 escape category option values. --- src/www/firewall_rules_edit.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/www/firewall_rules_edit.php b/src/www/firewall_rules_edit.php index f9c74500d..8767438fe 100644 --- a/src/www/firewall_rules_edit.php +++ b/src/www/firewall_rules_edit.php @@ -1217,8 +1217,9 @@ include("head.inc");