mirror of
https://github.com/fergalmoran/DnsServer.git
synced 2026-01-04 15:55:32 +00:00
webapp: allowing multi paragraph description for app details.
This commit is contained in:
@@ -42,7 +42,7 @@ function refreshApps() {
|
||||
|
||||
for (var j = 0; j < apps[i].details.length; j++) {
|
||||
detailsTable += "<tr><td>" + htmlEncode(apps[i].details[j].classPath) + "</td><td>" +
|
||||
htmlEncode(apps[i].details[j].description) + "</td><td>" +
|
||||
htmlEncode(apps[i].details[j].description).replace(/\n/g, "<br />") + "</td><td>" +
|
||||
(apps[i].details[j].recordDataTemplate == null ? "" : "<pre>" + htmlEncode(apps[i].details[j].recordDataTemplate) + "</pre>") + "</td></tr>";
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user