mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Hide optdepend description if not available
Remove the "(unknown)" suffix that used to be shown for optional dependencies without a description. Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
b30135111a
commit
8dcf225f63
1 changed files with 1 additions and 1 deletions
|
@ -324,7 +324,7 @@ function pkg_depend_link($name, $type, $cond, $arch, $pkg_id) {
|
|||
$name = $tokens[0];
|
||||
$desc = $tokens[1];
|
||||
} else {
|
||||
$desc = '(unknown)';
|
||||
$desc = '';
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Reference in a new issue