From 6bc9cfa9471de82c0970491f7c8953dc4d1727a6 Mon Sep 17 00:00:00 2001 From: James Date: Mon, 28 Mar 2022 14:02:26 +0200 Subject: [PATCH] fixed rowing --- index.php | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/index.php b/index.php index 8de8839..5f45c85 100644 --- a/index.php +++ b/index.php @@ -34,11 +34,11 @@ "; -} + if ($count%4 == 1) + { + echo "
"; + } echo '
@@ -75,10 +75,11 @@ if ($count%4 == 0) { - echo "
"; + echo "
"; } $count++; } +if ($count%4 != 1) echo "
"; ?>