Skip to content

Commit 1dc813c

Browse files
committed
use ascending default sort on name
1 parent d3109a1 commit 1dc813c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/viewer.p6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ sub page ($routines) {
7575
<tr>
7676
<th>File</th>
7777
<th>Type</th>
78-
<th data-defaultsort="desc">Name</th>
78+
<th data-defaultsort="asc">Name</th>
7979
<th># Named</th>
8080
<th># Pos.</th>
8181
<th># Slurpy</th>

0 commit comments

Comments
 (0)