diff --git a/e107_admin/lancheck.php b/e107_admin/lancheck.php
index a8dae2320..451814e46 100644
--- a/e107_admin/lancheck.php
+++ b/e107_admin/lancheck.php
@@ -1129,7 +1129,8 @@ class lancheck
LAN |
English |
".$lan." |
- ";
+
+ ";
$subkeys = array_keys($trans['orig']);
foreach($subkeys as $sk)
@@ -1164,7 +1165,7 @@ class lancheck
//Check if directory is writable
- $text .= "";
+ $text .= "";
if($writable)
{