diff --git a/inspect-mail.php b/inspect-mail.php
index bf414fa..2e8212b 100644
--- a/inspect-mail.php
+++ b/inspect-mail.php
@@ -84,7 +84,7 @@ if ( $isIP ) {
} elseif ( strpos( $ntxt['txt'], $host ) !== false ) {
echo '' . $ntxt['txt'] . '
';
} else {
- echo '' . $ntxt['txt'] . '
';
+ echo $ntxt['txt'];
}
}
}