--- lib/PXElator/html.pm 2009/08/30 10:37:07 361 +++ lib/PXElator/html.pm 2009/08/30 10:38:13 362 @@ -98,7 +98,7 @@ qq|$name $html
| } } - } keys %$conf; + } sort keys %$conf; $format eq 'inline' ? join("\n", @opts) : @opts; }