fix: system_certmanager.php xss

This commit is contained in:
Fabian Franz 2017-11-30 16:45:29 +01:00
parent 8e85edd416
commit 2e5e6b07b7

View File

@ -569,7 +569,7 @@ if (empty($act)) {
BootstrapDialog.show({
title: '<?=gettext("Certificate");?>',
type:BootstrapDialog.TYPE_INFO,
message: $("<div/>").html(data).text(),
message: $("<div/>").text(data).html(),
cssClass: 'monospace-dialog',
});
}