Add missing urlize

This commit is contained in:
Jamie Cameron
2019-12-04 07:17:42 -08:00
parent 32d49e99ef
commit 68facdd18f

View File

@@ -224,7 +224,7 @@ sub print_interface {
for(my $i = 1; $i <= scalar(@breadcr)-1; $i++) {
chomp($breadcr[$i]);
$cp = $cp.'/'.$breadcr[$i];
print "<a href='index.cgi?path=$cp'>".
print "<a href='index.cgi?path=".&urlize($cp)."'>".
&html_escape($breadcr[$i])."</a> / ";
}
print "<br />";