diff options
-rw-r--r-- | pages/index/0.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pages/index/0.php b/pages/index/0.php index 76dcd28..7e118eb 100644 --- a/pages/index/0.php +++ b/pages/index/0.php @@ -63,7 +63,7 @@ $description = ''; $link = ''; - count++; + $count++; if ($count >= 3) { break; } |