Skip to content

Commit

Permalink
use raquo instead of ::
Browse files Browse the repository at this point in the history
  • Loading branch information
kazuho committed Oct 9, 2009
1 parent ad4360b commit 435e51d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cppref
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ EOT
my $name = $cand;
$name =~ s{$doc_dir/}{};
$name =~ s{(/start|)\.html$}{};
$name =~ s{/}{::}g;
$name =~ s{/}{ » }g;
printf $wfh qq{<li><a href="%s">%s</a></li>\n}, $cand, $name;
}
print $wfh <<"EOT";
Expand Down

0 comments on commit 435e51d

Please sign in to comment.