diff options
-rwxr-xr-x | rh-bin/showlist.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rh-bin/showlist.json b/rh-bin/showlist.json index 09f87b5..cbf3da3 100755 --- a/rh-bin/showlist.json +++ b/rh-bin/showlist.json @@ -42,7 +42,7 @@ if(defined $ctx) { for my $href (@sorted) { my %show; $show{'id'} = int($href->{'ID'}); - $show{'title'} = $href->{'ID'} . " | " . $href->{'TITLE'}; + $show{'title'} = $href->{'TITLE'}; push @showlist, \%show; } $responsecode = 200; |