diff --git a/community/index.php b/community/index.php index bce094d..4ba1dc0 100644 --- a/community/index.php +++ b/community/index.php @@ -109,7 +109,7 @@ $rss = simplexml_load_file($url); // XML parser foreach($rss->channel->item as $item) { if ($i < 1000) { // parse only 10 items - print '
  • '.$item->description.'
  • '; + print '
  • '.$item->description.'
  • '; } $i++;