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:
@@ -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)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user