diff --git a/scripts/pi-hole/php/api_token.php b/scripts/pi-hole/php/api_token.php
index ae6ce9d5..f24d9e54 100644
--- a/scripts/pi-hole/php/api_token.php
+++ b/scripts/pi-hole/php/api_token.php
@@ -11,9 +11,7 @@ if($auth)
require_once("../../vendor/qrcode.php");
$qr = QRCode::getMinimumQRCode($pwhash, QR_ERROR_CORRECT_LEVEL_Q);
$qr->printHTML("10px");
- print("Raw API Token: ");
- print($pwhash);
-
+ echo "
Raw API Token: " . $pwhash . "";
}
else
{