diff --git a/community/index.php b/community/index.php
index 2dd6181..889fa19 100644
--- a/community/index.php
+++ b/community/index.php
@@ -62,8 +62,19 @@
- $json{title}
<$json{type} src="$json{src}" href="$json{href}" width=100%>
' ?>
-
+ ';
+ echo $json{title};
+ echo '
<';
+ echo $json{type};
+ echo ' src="';
+ echo $json{src}; echo '" href="';
+ echo $json{href};
+ echo '" width=100%>'
+ ?>