summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorChris Kelly <ckdake@ckdake.com>2011-04-21 15:57:18 -0400
committerBharat Mediratta <bharat@menalto.com>2011-04-21 14:01:02 -0700
commit1af4f99108ffe1ffc2a3ff723c68c5a12dde0223 (patch)
treec33e2fed9694d29ab652ef88cff80b88c64197f9 /modules
parent9fe20561068fec04c57f7769aaf9ca5025bdc6ac (diff)
Add missing CSS tag so tables get aligned. Fixes #1678.
Diffstat (limited to 'modules')
-rw-r--r--modules/gallery/views/admin_languages.html.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/gallery/views/admin_languages.html.php b/modules/gallery/views/admin_languages.html.php
index 01d1ce3f..eef087e1 100644
--- a/modules/gallery/views/admin_languages.html.php
+++ b/modules/gallery/views/admin_languages.html.php
@@ -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>