aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--langs/report.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/langs/report.php b/langs/report.php
index 8b24376fd..13de503a5 100644
--- a/langs/report.php
+++ b/langs/report.php
@@ -17,7 +17,7 @@
.strings, .missing { font-size: 80%; }
.number, .strings, .missing { text-align: right; }
.small { font-size: 80%; }
-
+ td { vertical-align: top; }
</style>
</head>
<body>
@@ -86,7 +86,7 @@
$f, $l);
if (count($test['missing']) > 0) {
- $s .= count($test['missing']) . ' missing';
+ $s .= count($test['missing']) . ' missing<br>';
}
if (count($test['notrans']) > 0) {
$s .= count($test['notrans']) . ' untranslated';