mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
Link web repo browser antifeatures to detailed descriptions
This commit is contained in:
parent
cc7fc571d6
commit
3568a51ac0
1 changed files with 3 additions and 3 deletions
|
|
@ -249,9 +249,9 @@ class FDroid
|
||||||
if(isset($antifeatures)) {
|
if(isset($antifeatures)) {
|
||||||
$antifeaturesArray = explode(',',$antifeatures);
|
$antifeaturesArray = explode(',',$antifeatures);
|
||||||
foreach($antifeaturesArray as $antifeature) {
|
foreach($antifeaturesArray as $antifeature) {
|
||||||
$antifeatureDesctiption = $this->get_antifeature_description($antifeature);
|
$antifeatureDescription = $this->get_antifeature_description($antifeature);
|
||||||
$out.='<p style="border:3px solid #CC0000;background-color:#FFDDDD;padding:5px;"><strong>'.$antifeatureDesctiption['name'].'</strong><br />';
|
$out.='<p style="border:3px solid #CC0000;background-color:#FFDDDD;padding:5px;"><strong>'.$antifeatureDescription['name'].'</strong><br />';
|
||||||
$out.=$antifeatureDesctiption['description'].'</p>';
|
$out.=$antifeatureDescription['description'].' <a href="/wiki/page/Antifeature:'.$antifeature.'">more...</a></p>';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue