From 999c3d1ded141394d49c65588c83b6aa6415e32c Mon Sep 17 00:00:00 2001 From: Cameron Date: Sat, 23 May 2015 11:15:10 -0700 Subject: [PATCH] Language-pack editor: styling fix. --- e107_admin/lancheck.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) {