From 940d7812b5ecce79c2816ab36110d415691df1fb Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Mon, 11 Sep 2017 20:21:19 -0400 Subject: [PATCH] Update index.php --- community/index.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/community/index.php b/community/index.php index cf24da6..f76d6ca 100644 --- a/community/index.php +++ b/community/index.php @@ -49,12 +49,12 @@
-
+
-
+

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};