mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-04 22:20:57 -04:00
Add missing CSS tag so tables get aligned. Fixes #1678.
This commit is contained in:
committed by
Bharat Mediratta
parent
9fe2056106
commit
1af4f99108
@@ -51,7 +51,7 @@
|
||||
<? foreach ($available_locales as $code => $display_name): ?>
|
||||
<? if ($i == (int) (count($available_locales)/2)): ?>
|
||||
</table>
|
||||
<table>
|
||||
<table class="g-left">
|
||||
<tr>
|
||||
<th> <?= t("Installed") ?> </th>
|
||||
<th> <?= t("Language") ?> </th>
|
||||
|
||||
Reference in New Issue
Block a user