space/tab

This commit is contained in:
Steve Beaver 2017-04-28 12:19:56 -04:00
parent cff0b00a2b
commit a59c983563

View File

@ -160,7 +160,7 @@ $rows_displayed = false;
// If the uniqueID is available, display it here
$idfile = "/var/db/uniqueid";
if (file_exists($idfile)) {
print("<br />" . gettext("Netgate Uniqie ID:") . " <strong>" . file_get_contents($idfile) . "</strong>");
print("<br />" . gettext("Netgate Uniqie ID:") . " <strong>" . file_get_contents($idfile) . "</strong>");
}
?>
</td>