mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 02:27:34 -07:00
Minor improvements (#863)
* Minor improvements * Update posting.tpl * Update posting.tpl * Updated * Update globals.css
This commit is contained in:
parent
78af4031f0
commit
a2e8817b5f
45 changed files with 326 additions and 328 deletions
|
@ -1434,7 +1434,7 @@ function get_forum_display_sort_option($selected_row = 0, $action = 'list', $lis
|
|||
// build list
|
||||
if ($action == 'list') {
|
||||
foreach ($listrow['lang_key'] as $i => $iValue) {
|
||||
$selected = ($i == $selected_row) ? ' selected="selected"' : '';
|
||||
$selected = ($i == $selected_row) ? ' selected' : '';
|
||||
$l_value = $lang[$listrow['lang_key'][$i]] ?? $iValue;
|
||||
$res .= '<option value="' . $i . '"' . $selected . '>' . $l_value . '</option>';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue