Added <br /> before charset selection in export.

This commit is contained in:
Michal Čihař
2003-04-09 16:31:38 +00:00
parent dcb001b46b
commit 205a130e58
2 changed files with 3 additions and 1 deletions

View File

@@ -8,6 +8,8 @@ $Source$
2003-04-09 Michal Cihar <nijel@users.sourceforge.net>
* libraries/build_dump.lib.php3: Fixed undefined index warnings in LaTeX
dump.
* libraries/display_export.lib.php3: Added <br /> before charset
selection in export.
2003-04-09 Marc Delisle <lem9@users.sourceforge.net>
* lang/*: $updComTab -> $strUpdComTab

View File

@@ -252,7 +252,7 @@ if (isset($table) && !empty($table) && !isset($num_tables)) {
<?php
// charset of file
if ($cfg['AllowAnywhereRecoding'] && $allow_recoding) {
echo '<label for="select_charset_of_file">' . $strCharsetOfFile . '</label>';
echo '<br /><label for="select_charset_of_file">' . $strCharsetOfFile . '</label>';
echo "\n";
$temp_charset = reset($cfg['AvailableCharsets']);