X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?p=ypp-sc-tools.web-live.git;a=blobdiff_plain;f=yarrg%2Fweb%2Froutetextstring;h=c39d48bde187a9d86600454c4a1456c44a4d61f1;hp=b84fd8447708e70b4b463ab10fdf2719545cc1d0;hb=4c157b676894d03718be0395900162acea4f1ff3;hpb=7031695ce7767c196f2ef0f279bf4e3c7931c211 diff --git a/yarrg/web/routetextstring b/yarrg/web/routetextstring index b84fd84..c39d48b 100644 --- a/yarrg/web/routetextstring +++ b/yarrg/web/routetextstring @@ -60,7 +60,7 @@ foreach my $each (split m#[/|,]#, $string) { push @results, $results->[0]; } -$canontext= join ' | ', map { encode_entities($_->[2]) } @results; +$canontext= join ' | ', map { $_->[2] } @results; $output->();