--- trunk/lib/Frey/Web.pm 2008/12/10 17:51:29 793 +++ trunk/lib/Frey/Web.pm 2008/12/10 18:47:14 796 @@ -419,7 +419,7 @@ my ($self) = shift; @head = ( 'static/frey.css' ); @status = ( - { 'ClassBrowser' => Frey::Class::Browser->new( usage_on_top => 0 )->as_markup }, + { 'ClassBrowser' => Frey::Class::Browser->new( usage_sort => 1, usage_on_top => 0 )->as_markup }, { 'Bookmarklets' => Frey::Bookmarklet->new->as_markup }, { 'INC' => Frey::INC->new->as_markup }, );