diff --git a/index.php b/index.php index 3efb094..3c126d3 100644 --- a/index.php +++ b/index.php @@ -154,7 +154,7 @@ function show_dnsrecords($hostname) { echo "
\n"; } } -// PRINT Header +// PRINT HEADER function print_header() { print ' @@ -162,7 +162,9 @@ function print_header() { IP and DNS information -'; + + +'; } // PRINT FOOTER function print_footer() { @@ -171,6 +173,7 @@ function print_footer() { echo 'Your plain IP address: IPv4 | IPv6'; echo "
\n"; echo 'Your detailed IP info: IPv4 | IPv6'; + echo ''; } // HELPER FUNCTIONS