diff --git a/include/application.php b/include/application.php
index 17cc2cc..d7e2c15 100644
--- a/include/application.php
+++ b/include/application.php
@@ -666,9 +666,7 @@ class Application {
while(list($index, $userIdValue) = each($other_maintainers))
{
$oUser = new User($userIdValue);
- echo "
$oUser->sRealname (iUserId\">".
- "e-mail)\n";
+ echo " ".$oUser->objectMakeLink()."\n";
}
echo "\n";
} else
diff --git a/include/version.php b/include/version.php
index 0f9f5dd..7db4bd6 100644
--- a/include/version.php
+++ b/include/version.php
@@ -764,8 +764,7 @@ class Version {
while(list($index, $userIdValue) = each($aMaintainers))
{
$oUser = new User($userIdValue);
- echo "$oUser->sRealname (iUserId\">e-mail)";
+ echo "".$oUser->objectMakeLink()."";
}
echo "\n";
} else