mirror of
https://github.com/pi-hole/web.git
synced 2026-05-08 09:39:05 +01:00
settings-advanced: drop small element (#3472)
This commit is contained in:
@@ -21,7 +21,7 @@ function addAllowedValues(allowed) {
|
||||
}
|
||||
|
||||
if (typeof allowed === "string") {
|
||||
return "<p><small>Allowed value: " + utils.escapeHtml(allowed) + "</small></p>";
|
||||
return `<p class="small">Allowed value: ${utils.escapeHtml(allowed)}</p>`;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user