diff --git a/community/index.php b/community/index.php index f76d6ca..2ca9b56 100644 --- a/community/index.php +++ b/community/index.php @@ -54,7 +54,7 @@
-
+

RetryLife

Canada

@@ -98,7 +98,7 @@ $url = $file; $content = file_get_contents($url); $json = json_decode($content, true); - echo '
  • '; + echo '
  • '; echo $json{title}; echo " - "; echo $json{author};