summaryrefslogtreecommitdiff
path: root/translator/func.php
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-09-01 14:00:14 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2009-09-01 14:00:14 +0000
commit3c87431b676e6f0ee93486d17cb4f1ddc853f7c7 (patch)
treecd6e2b38ae5880dae6687984784523acb4fec13a /translator/func.php
parent7a39229d56c30b89130c179127d984005511871a (diff)
Better styles + bugfix
git-svn-id: https://svn.roundcube.net/trunk@2904 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'translator/func.php')
-rw-r--r--translator/func.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/translator/func.php b/translator/func.php
index fce85fa70..514de74fc 100644
--- a/translator/func.php
+++ b/translator/func.php
@@ -182,7 +182,7 @@ function localization_stats($force = false)
$result .= '</table></td><td><table class="langstats">';
for(; $i<count($rows); $i++)
$result .= $rows[$i];
- $result .= '</td></tr></table>';
+ $result .= '</table></td></tr></table>';
// save to cache file
file_put_contents($cachefile, $result);