summaryrefslogtreecommitdiffstats
path: root/all.php
diff options
context:
space:
mode:
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']