mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-05 08:51:06 +03:00
Use formatted descriptions in web repo browser
This commit is contained in:
parent
4691cfa515
commit
23a6e52db1
1 changed files with 3 additions and 3 deletions
|
@ -164,7 +164,7 @@ class FDroid
|
|||
case "summary":
|
||||
$summary=$el;
|
||||
break;
|
||||
case "description":
|
||||
case "desc":
|
||||
$desc=$el;
|
||||
break;
|
||||
case "license":
|
||||
|
@ -246,7 +246,7 @@ class FDroid
|
|||
$out.="<br>".$summary."</p>";
|
||||
$out.="</div>";
|
||||
|
||||
$out.="<p>".$desc."</p>";
|
||||
$out.=str_replace('href="fdroid.app:', 'href="/repository/browse/?fdid=', $desc);
|
||||
|
||||
if(isset($antifeatures)) {
|
||||
$antifeaturesArray = explode(',',$antifeatures);
|
||||
|
@ -640,7 +640,7 @@ class FDroid
|
|||
case "summary":
|
||||
$appinfo['summary']=$el;
|
||||
break;
|
||||
case "description":
|
||||
case "desc":
|
||||
$appinfo['description']=$el;
|
||||
break;
|
||||
case "license":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue