From 68064bad8142e0acb21d3493b3aa34b1e64f28f7 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Mon, 11 Sep 2017 20:23:44 -0400 Subject: [PATCH] Update index.php --- community/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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};