chiark / gitweb /
Link web repo browser antifeatures to detailed descriptions
authorCiaran Gultnieks <ciaran@ciarang.com>
Wed, 27 Nov 2013 10:47:12 +0000 (10:47 +0000)
committerCiaran Gultnieks <ciaran@ciarang.com>
Wed, 27 Nov 2013 10:47:12 +0000 (10:47 +0000)
wp-fdroid/wp-fdroid.php

index c3dd56bf34f54d41a73526c9a2427f4b7aeb1d2f..5db6a52f8c8ac7eca8681c2cbb7968ef86e41a46 100644 (file)
@@ -249,9 +249,9 @@ class FDroid
                                if(isset($antifeatures)) {
                                        $antifeaturesArray = explode(',',$antifeatures);
                                        foreach($antifeaturesArray as $antifeature) {
-                                               $antifeatureDesctiption = $this->get_antifeature_description($antifeature);
-                                               $out.='<p style="border:3px solid #CC0000;background-color:#FFDDDD;padding:5px;"><strong>'.$antifeatureDesctiption['name'].'</strong><br />';
-                                               $out.=$antifeatureDesctiption['description'].'</p>';
+                                               $antifeatureDescription = $this->get_antifeature_description($antifeature);
+                                               $out.='<p style="border:3px solid #CC0000;background-color:#FFDDDD;padding:5px;"><strong>'.$antifeatureDescription['name'].'</strong><br />';
+                                               $out.=$antifeatureDescription['description'].' <a href="/wiki/page/Antifeature:'.$antifeature.'">more...</a></p>';
                                        }
                                }