--- lib/PXElator/html.pm 2009/08/29 22:10:55 354 +++ lib/PXElator/html.pm 2009/08/30 10:38:13 362 @@ -86,6 +86,7 @@ $html = qq|logon|; } elsif ( $name eq 'ssh' ) { $html =~ s{\s(\S{16}).+(\S{16})\s}{ $1..$2 }; + chomp($html); } $html = qq|
$html
| unless @@ -97,7 +98,7 @@ qq|$name $html
| } } - } keys %$conf; + } sort keys %$conf; $format eq 'inline' ? join("\n", @opts) : @opts; }