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', }); }