mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-11 17:50:29 +03:00
Append apk dates on the same line as verison names
This commit is contained in:
parent
adaa460082
commit
8b5d510fe2
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue