mirror of https://github.com/aredn/aredn.git
Merge branch 'release-3.15.1.0' of ssh://git.aredn.org/aredn_ar71xx into release-3.15.1.0
This commit is contained in:
commit
049e8ce364
|
@ -239,7 +239,7 @@ while(1)
|
|||
}
|
||||
elsif($web)
|
||||
{
|
||||
foreach $line (sort @list)
|
||||
foreach $line (sort { $b <=> $a } @list)
|
||||
{
|
||||
if ( $line =~ /AREDN/) { print "<tr class=\"wscan-row-node\">"}
|
||||
else { print "<tr>"}
|
||||
|
|
Loading…
Reference in New Issue