mirror of
https://gitlab.com/fdroid/fdroidserver.git
synced 2024-11-04 22:40:12 +01:00
Append apk dates on the same line as verison names
This commit is contained in:
parent
adaa460082
commit
8b5d510fe2
@ -323,8 +323,8 @@ class FDroid
|
||||
$i=0;
|
||||
foreach($apks as $apk) {
|
||||
$first = $i+1==count($apks);
|
||||
$out.="<p><b>Version ".$apk['version']."</b><br />";
|
||||
$out.="Added on ".$apk['added']."<br />";
|
||||
$out.="<p><b>Version ".$apk['version']."</b>";
|
||||
$out.=" - Added on ".$apk['added']."<br />";
|
||||
|
||||
// Is this source or binary?
|
||||
$srcbuild = isset($apk['srcname']) && file_exists($this->site_path.'/repo/'.$apk['srcname']);
|
||||
|
Loading…
Reference in New Issue
Block a user