From 2e5e6b07b7acb79ce197da24349ebade24653b25 Mon Sep 17 00:00:00 2001 From: Fabian Franz Date: Thu, 30 Nov 2017 16:45:29 +0100 Subject: [PATCH] fix: system_certmanager.php xss --- src/www/system_certmanager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/www/system_certmanager.php b/src/www/system_certmanager.php index 0e76ecef7..3e8794c2c 100644 --- a/src/www/system_certmanager.php +++ b/src/www/system_certmanager.php @@ -569,7 +569,7 @@ if (empty($act)) { BootstrapDialog.show({ title: '', type:BootstrapDialog.TYPE_INFO, - message: $("
").html(data).text(), + message: $("
").text(data).html(), cssClass: 'monospace-dialog', }); }