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:
Darryl Quinn 2015-06-11 00:40:40 -05:00
commit 049e8ce364
1 changed files with 1 additions and 1 deletions

View File

@ -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>"}