Replace remaining i element cases with em

Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
XhmikosR
2025-04-03 07:59:27 +03:00
parent 1e8baebb08
commit addad5495a
5 changed files with 5 additions and 5 deletions

View File

@@ -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;