Add missing CSS tag so tables get aligned. Fixes #1678.

This commit is contained in:
Chris Kelly
2011-04-21 14:01:02 -07:00
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>