mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
Manual xo fixes and suppressions
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -13,9 +13,7 @@ function addAllowedValues(allowed) {
|
||||
return (
|
||||
"<p>Available options:</p><ul><li>" +
|
||||
allowed
|
||||
.map(option => {
|
||||
return "<code>" + option.item + "</code>: " + utils.escapeHtml(option.description);
|
||||
})
|
||||
.map(option => "<code>" + option.item + "</code>: " + utils.escapeHtml(option.description))
|
||||
.join("</li><li>") +
|
||||
"</li></ul>"
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user