mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 02:38:28 +00:00
Replace remaining i element cases with em
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -19,7 +19,7 @@ function renderHostnameCLID(data, type) {
|
||||
// Display and search content
|
||||
if (type === "display" || type === "filter") {
|
||||
if (data === "*") {
|
||||
return "<i>---</i>";
|
||||
return "<em>---</em>";
|
||||
}
|
||||
|
||||
return data;
|
||||
|
||||
Reference in New Issue
Block a user