--- trunk/lib/Frey/ClassBrowser.pm 2008/07/16 16:03:09 144 +++ trunk/lib/Frey/ClassBrowser.pm 2008/07/17 18:00:55 158 @@ -23,6 +23,7 @@ } $html .= qq||; $html .= qq|collection| if $package->can('collection_table'); + $html .= qq|markup| if $package->can('markup'); $html .= qq||; } $html = "$html
" if $html;