forked from abaevdict/abaev-basex
order languages by name
This commit is contained in:
parent
3c34f79930
commit
922648a9ac
1 changed files with 1 additions and 0 deletions
|
@ -185,6 +185,7 @@ return
|
|||
let $mlang-id := $mlang/code/text()
|
||||
let $mlang-name := if ($lang = 'ru') then $mlang/ru/text() else $mlang/en/text()
|
||||
where $mlang-name != ''
|
||||
order by $mlang-name
|
||||
return
|
||||
<option value="{$mlang-id}">
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue