mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update apps.md
This commit is contained in:
parent
01bab4b2bc
commit
9dc10e39c3
1 changed files with 2 additions and 2 deletions
4
apps.md
4
apps.md
|
@ -56,12 +56,12 @@ $(document).ready(function () {
|
|||
.replace('{app_update}', timeConverter(infos.lastUpdate));
|
||||
|
||||
if (infos.manifest.developer) {
|
||||
html
|
||||
html = html
|
||||
.replace('{app_maintainer}', infos.manifest.developer.name)
|
||||
.replace('{app_mail}', infos.manifest.developer.email);
|
||||
}
|
||||
else {
|
||||
html
|
||||
html = html
|
||||
.replace('{app_maintainer}', 'unknown')
|
||||
.replace('{app_mail}', 'unknown');
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue