Skip to content

Commit

Permalink
sorting beacon links for display
Browse files Browse the repository at this point in the history
  • Loading branch information
peterstadler committed Mar 14, 2016
1 parent db9331e commit 8251013
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/app.xqm
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,7 @@ declare function app:print-beacon-links($node as node(), $model as map(*)) as el
return
<ul>{
for $i in map:keys($beaconMap)
order by $beaconMap($i)[2] collation "?lang=de-DE"
return
<li><a title="{$i}" href="{$beaconMap($i)[1]}">{$beaconMap($i)[2]}</a></li>
}</ul>
Expand Down

0 comments on commit 8251013

Please sign in to comment.