diff --git a/index.php b/index.php index a40157d..5212106 100644 --- a/index.php +++ b/index.php @@ -212,7 +212,7 @@ while (($line = fgets($myfile)) !== false) { echo "

" . $line . "

"; echo "" . fgets($myfile) . ""; - echo "
"; + echo ""; $index++; }