David Windham 1 week ago
parent
commit
cd4cb23f37
1 changed files with 1 additions and 1 deletions
  1. 1 1
      inc/utils.php

+ 1 - 1
inc/utils.php

@@ -150,7 +150,7 @@ function now() {
 	foreach ($html->find('.markdown ul li') as $li) {
     if (!empty($html)) {
       echo $li;
-      if (++$i == 4) break;
+      if (++$i == 6) break;
     }
   }
 }