summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrh-bin/showlist.json2
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;