diff --git a/community/index.php b/community/index.php
index 958dd61..ae3cd8c 100644
--- a/community/index.php
+++ b/community/index.php
@@ -62,7 +62,16 @@
';
@@ -72,7 +81,10 @@
echo ' src="';
echo $json{src}; echo '" href="';
echo $json{href};
- echo '" width=100%>
'
+ echo '" width=100%>
';
+ }
+ closedir($handle);
+ }
?>