From 0cc83a55ea28d7e1e1e726fc91506d2b745f14cf Mon Sep 17 00:00:00 2001 From: awesomeuser Date: Fri, 4 Aug 2023 16:43:49 +0000 Subject: [PATCH] slash " --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++; }