diff options
Diffstat (limited to 'translator/func.php')
| -rw-r--r-- | translator/func.php | 2 |
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); |
