diff --git a/DnsServerCore/www/js/apps.js b/DnsServerCore/www/js/apps.js index e63d6077..943c2c8b 100644 --- a/DnsServerCore/www/js/apps.js +++ b/DnsServerCore/www/js/apps.js @@ -42,7 +42,7 @@ function refreshApps() { for (var j = 0; j < apps[i].details.length; j++) { detailsTable += "" + htmlEncode(apps[i].details[j].classPath) + "" + - htmlEncode(apps[i].details[j].description) + "" + + htmlEncode(apps[i].details[j].description).replace(/\n/g, "
") + "" + (apps[i].details[j].recordDataTemplate == null ? "" : "
" + htmlEncode(apps[i].details[j].recordDataTemplate) + "
") + ""; }