1
0
mirror of https://github.com/e107inc/e107.git synced 2025-07-29 19:00:26 +02:00

Language-pack editor: styling fix.

This commit is contained in:
Cameron
2015-05-23 11:15:10 -07:00
parent 03ab8b867e
commit 999c3d1ded

View File

@@ -1129,7 +1129,8 @@ class lancheck
<th>LAN</th> <th>LAN</th>
<th>English</th> <th>English</th>
<th>".$lan."</th> <th>".$lan."</th>
</tr>"; </tr>
</thead><tbody>";
$subkeys = array_keys($trans['orig']); $subkeys = array_keys($trans['orig']);
foreach($subkeys as $sk) foreach($subkeys as $sk)
@@ -1164,7 +1165,7 @@ class lancheck
//Check if directory is writable //Check if directory is writable
$text .= "</table>"; $text .= "</tbody></table>";
if($writable) if($writable)
{ {