diff --git a/wp-fdroid/wp-fdroid.php b/wp-fdroid/wp-fdroid.php index 79de6eab..361e6f0b 100644 --- a/wp-fdroid/wp-fdroid.php +++ b/wp-fdroid/wp-fdroid.php @@ -207,7 +207,7 @@ class FDroid $out="
Applications matching ".$filter; $out.="
"; - $perpage=10; + $perpage=30; $skipped=0; $got=0; $total=0; @@ -215,6 +215,7 @@ class FDroid $xml = simplexml_load_file($this->site_path."/repo/index.xml"); foreach($xml->children() as $app) { + if($app->getName() == 'repo') continue; $attrs=$app->attributes(); $id=$attrs['id']; foreach($app->children() as $el) { @@ -239,22 +240,22 @@ class FDroid $skipped++; } else if($got<$perpage) { - $out.="'.$name."";
- $out.="
".$summary."