aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRomain d'Alverny <rda@mageia.org>2012-05-24 16:06:15 +0000
committerRomain d'Alverny <rda@mageia.org>2012-05-24 16:06:15 +0000
commit109fba965870e3c0939f0482ceee50cdc0d85127 (patch)
tree43c9ab5e90a0baa2381a9ee28edf4e56ce52a8ad
parent0e1855c9b12ed63cef75651a4ab4b0e3e40fe626 (diff)
downloadwww-109fba965870e3c0939f0482ceee50cdc0d85127.tar
www-109fba965870e3c0939f0482ceee50cdc0d85127.tar.gz
www-109fba965870e3c0939f0482ceee50cdc0d85127.tar.bz2
www-109fba965870e3c0939f0482ceee50cdc0d85127.tar.xz
www-109fba965870e3c0939f0482ceee50cdc0d85127.zip
ui
-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';