mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
Fix spacing of versioned dependencies
Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
parent
d7cba28ad2
commit
b74a87abfc
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ function pkg_depend_link($name, $type, $cond, $arch, $pkg_id) {
|
|||
break;
|
||||
}
|
||||
}
|
||||
$link .= ' ' . htmlspecialchars($cond);
|
||||
$link .= htmlspecialchars($cond) . ' ';
|
||||
|
||||
foreach ($providers as $key => $provider) {
|
||||
if ($provider[1] == $name) {
|
||||
|
|
Loading…
Add table
Reference in a new issue