--- trunk/lib/Frey/Introspect.pm 2008/11/18 11:53:58 406 +++ trunk/lib/Frey/Introspect.pm 2008/11/18 12:02:57 407 @@ -248,7 +248,7 @@ # Spit out the HTML my $source = $Highlight->html( $Document ); - $source =~ s{(\s*)(\d+)(:\s*)}{$1$2$3}g; + $source =~ s{(\s*)(\d+)(:\s*)}{$1$2$3}g; # strip page html # $source =~ s{^.*]+>}{}s;