chiark / gitweb /
WIP route fixes etc.
[ypp-sc-tools.db-live.git] / yarrg / web / routetextstring
index b84fd8447708e70b4b463ab10fdf2719545cc1d0..c39d48bde187a9d86600454c4a1456c44a4d61f1 100644 (file)
@@ -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->();