summaryrefslogtreecommitdiffstats
path: root/all.php
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2014-01-17 14:39:57 +0100
committerRemi Collet <fedora@famillecollet.com>2014-01-17 14:39:57 +0100
commit01deba7406b28fb5c7d7a2bc5a9b1b9ae954009e (patch)
tree743c8b46a106f2a31699e8c754c131502878d351 /all.php
parent7e3cdc92b0a674ef1abf2ec89a9ab3f80ad27596 (diff)
also save a few place on all list
Diffstat (limited to 'all.php')
-rw-r--r--all.php4
1 files 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(
- "<strong>%s</strong>-%s <small>(%s)</small><br/>",
+ "<strong>%s</strong>-%s<br/><small>(%s)</small><br/>",
$rpm->ver,
$rpm->rel,
$repo['sub']
@@ -179,7 +179,7 @@ function report ($db)
break;
case "testing":
$display .= sprintf(
- "%s-%s <small>(%s)</small><br/>",
+ "%s-%s<br/><small>(%s)</small><br/>",
$rpm->ver,
$rpm->rel,
$repo['sub']