diff --git a/ajax/ajax_asset_details.php b/ajax/ajax_asset_details.php index 3da03bf9..3ffa50a2 100644 --- a/ajax/ajax_asset_details.php +++ b/ajax/ajax_asset_details.php @@ -467,7 +467,7 @@ ob_start(); if (empty($credential_username)) { $credential_username_display = "-"; } else { - $credential_username_display = "$credential_username"; + $credential_username_display = "$credential_username "; } $credential_password = nullable_htmlentities(decryptCredentialEntry($row['credential_password'])); $credential_otp_secret = nullable_htmlentities($row['credential_otp_secret']); @@ -513,6 +513,7 @@ ob_start(); + diff --git a/ajax/ajax_contact_details.php b/ajax/ajax_contact_details.php index 0c64cf07..0e422a40 100644 --- a/ajax/ajax_contact_details.php +++ b/ajax/ajax_contact_details.php @@ -239,7 +239,7 @@ ob_start();
-
+
">
@@ -428,7 +428,7 @@ ob_start(); if (empty($credential_username)) { $credential_username_display = "-"; } else { - $credential_username_display = "$credential_username"; + $credential_username_display = "$credential_username "; } $credential_password = nullable_htmlentities(decryptCredentialEntry($row['credential_password'])); $credential_otp_secret = nullable_htmlentities($row['credential_otp_secret']); @@ -472,6 +472,8 @@ ob_start(); + + diff --git a/assets.php b/assets.php index 81718b00..0e3b1a81 100644 --- a/assets.php +++ b/assets.php @@ -669,14 +669,6 @@ if (mysqli_num_rows($os_sql) > 0) { - - @@ -692,3 +684,9 @@ require_once "includes/footer.php"; }); }); + +' + + '