summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xrh-bin/showlist.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/rh-bin/showlist.json b/rh-bin/showlist.json
index 3d38da2..c7a3b5e 100755
--- a/rh-bin/showlist.json
+++ b/rh-bin/showlist.json
@@ -53,7 +53,7 @@ if(defined $ctx) {
my %mshow;
$mshow{'id'} = int($href->{'ID'});
$mshow{'title'} = $href->{'TITLE'};
- if($href->{'TYPE'} eq 'r') {
+ if($href->{'TYPE'} eq 'r') {
$mshow{'title'} .= ' (Wiederholung)';
}
$mshow{'weeks'} = $href->{'SHOWS'};
@@ -73,7 +73,7 @@ if(defined $ctx) {
my %show;
$show{'id'} = int($href->{'ID'});
$show{'title'} = $href->{'TITLE'};
- if($href->{'TYPE'} eq 'r') {
+ if($href->{'TYPE'} eq 'r') {
$show{'title'} .= ' (Wiederholung)';
}
if(exists($multirefs{$href->{'ID'}})) {