Update apps.md

This commit is contained in:
julien.malik@paraiso.me 2014-12-12 10:58:45 +01:00 committed by YunoHost
parent 01bab4b2bc
commit 9dc10e39c3

View file

@ -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');
}