mirror of
https://github.com/pi-hole/web.git
synced 2025-12-20 10:48:26 +00:00
Replace remaining i element cases with em
Signed-off-by: XhmikosR <xhmikosr@gmail.com>
This commit is contained in:
@@ -113,7 +113,7 @@ $(function () {
|
||||
// Show x-forwarded-for instead of the remote address in italics
|
||||
// and show the remote address in the title attribute
|
||||
if (data.x_forwarded_for !== null) {
|
||||
$("td:eq(8)", row).html("<i>" + data.x_forwarded_for + "</i>");
|
||||
$("td:eq(8)", row).html("<em>" + data.x_forwarded_for + "</em>");
|
||||
$("td:eq(8)", row).attr("title", "Original remote address: " + data.remote_addr);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user