Character set of file message appeared twice
This commit is contained in:
@@ -86,8 +86,7 @@ echo '<div class="formelementrow">' . "\n";
|
|||||||
if ($cfg['AllowAnywhereRecoding'] && $allow_recoding) {
|
if ($cfg['AllowAnywhereRecoding'] && $allow_recoding) {
|
||||||
echo '<label for="charset_of_file">' . $strCharsetOfFile . '</label>' . "\n";
|
echo '<label for="charset_of_file">' . $strCharsetOfFile . '</label>' . "\n";
|
||||||
$temp_charset = reset($cfg['AvailableCharsets']);
|
$temp_charset = reset($cfg['AvailableCharsets']);
|
||||||
echo $strCharsetOfFile . "\n"
|
echo ' <select id="charset_of_file" name="charset_of_file" size="1">' . "\n"
|
||||||
. ' <select id="charset_of_file" name="charset_of_file" size="1">' . "\n"
|
|
||||||
. ' <option value="' . htmlentities( $temp_charset ) . '"';
|
. ' <option value="' . htmlentities( $temp_charset ) . '"';
|
||||||
if ($temp_charset == $charset) {
|
if ($temp_charset == $charset) {
|
||||||
echo ' selected="selected"';
|
echo ' selected="selected"';
|
||||||
|
Reference in New Issue
Block a user