summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@helsinki.at>2016-11-25 23:55:23 (GMT)
committerChristian Pointner <equinox@helsinki.at>2016-11-25 23:55:23 (GMT)
commit78bd9d6cc177c6b98c934c2c14a5cfef0f0d06b0 (patch)
tree70ddd4e508c081cd9a87512461f0bf4b8c7d7e0b
parent158e1d1005ef35017b4fdacbbd276a765d7af9f6 (diff)
formatting fix
-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'}})) {