Fix spacing of versioned dependencies

Signed-off-by: Lukas Fleischer <lfleischer@archlinux.org>
This commit is contained in:
Lukas Fleischer 2015-10-24 18:13:48 +02:00
parent d7cba28ad2
commit b74a87abfc

View file

@ -347,7 +347,7 @@ function pkg_depend_link($name, $type, $cond, $arch, $pkg_id) {
break; break;
} }
} }
$link .= ' ' . htmlspecialchars($cond); $link .= htmlspecialchars($cond) . ' ';
foreach ($providers as $key => $provider) { foreach ($providers as $key => $provider) {
if ($provider[1] == $name) { if ($provider[1] == $name) {