Update classic.php

pull/13/head
qkqpttgf 2020-01-03 17:03:03 +08:00 committed by GitHub
parent a4a4326d08
commit e3b93c7d3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ function render_list($path, $files)
<option>Language</option>
<?php
foreach ($constStr['languages'] as $key1 => $value1) { ?>
<option value="<?php echo $key1; ?>"><?php echo $value1; ?></option>
<option value="<?php echo $key1; ?>" <?php echo $key1==$constStr['language']?'selected="selected"':'' ?>><?php echo $value1; ?></option>
<?php
} ?>
</select>