diff --git a/client_assets.php b/client_assets.php
index 45855636..2b894880 100644
--- a/client_assets.php
+++ b/client_assets.php
@@ -223,7 +223,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
if (empty($asset_ip)) {
$asset_ip_display = "-";
} else {
- $asset_ip_display = "$asset_ip";
+ $asset_ip_display = "$asset_ip";
}
$asset_nat_ip = nullable_htmlentities($row['asset_nat_ip']);
$asset_mac = nullable_htmlentities($row['asset_mac']);