diff options
| author | Chad Parry <github@chad.parry.org> | 2011-04-22 14:10:42 -0600 |
|---|---|---|
| committer | Chad Parry <github@chad.parry.org> | 2011-04-22 14:10:42 -0600 |
| commit | 944cb72eea946f4c45a04b7e4c7c33929fa8b9f3 (patch) | |
| tree | 5bce3f7d88df65b0c26cab24807ce287f8607e6b /modules/gallery/views/admin_languages.html.php | |
| parent | 567522bfa08c370bb5baf8454afc5b04bc9e49b4 (diff) | |
| parent | 5af74d4714005c565fc9550dbf1f0689c18429a7 (diff) | |
Merge remote branch 'origin/master' into rawphoto
Diffstat (limited to 'modules/gallery/views/admin_languages.html.php')
| -rw-r--r-- | modules/gallery/views/admin_languages.html.php | 2 |
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> |
