From 01deba7406b28fb5c7d7a2bc5a9b1b9ae954009e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 17 Jan 2014 14:39:57 +0100 Subject: also save a few place on all list --- all.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/all.php b/all.php index 0e855d8..f45f4dc 100644 --- a/all.php +++ b/all.php @@ -170,7 +170,7 @@ function report ($db) break; case "updates": $display .= sprintf( - "%s-%s (%s)
", + "%s-%s
(%s)
", $rpm->ver, $rpm->rel, $repo['sub'] @@ -179,7 +179,7 @@ function report ($db) break; case "testing": $display .= sprintf( - "%s-%s (%s)
", + "%s-%s
(%s)
", $rpm->ver, $rpm->rel, $repo['sub'] -- cgit