From 987c1904f7145971ee34e36c947c6c3a3237af77 Mon Sep 17 00:00:00 2001 From: opencode Date: Fri, 3 Apr 2026 08:54:55 +0000 Subject: [PATCH] Fix textarea value attribute in message_config.php - Textarea elements don't support value attribute, content must be between tags - Added esc() around the content for XSS protection --- app/Views/configs/message_config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Views/configs/message_config.php b/app/Views/configs/message_config.php index f29e1efc5..f8d93b06e 100644 --- a/app/Views/configs/message_config.php +++ b/app/Views/configs/message_config.php @@ -42,7 +42,7 @@
- +