diff options
author | Christian Pointner <equinox@helsinki.at> | 2016-11-25 23:55:23 (GMT) |
---|---|---|
committer | Christian Pointner <equinox@helsinki.at> | 2016-11-25 23:55:23 (GMT) |
commit | 78bd9d6cc177c6b98c934c2c14a5cfef0f0d06b0 (patch) | |
tree | 70ddd4e508c081cd9a87512461f0bf4b8c7d7e0b /rh-bin | |
parent | 158e1d1005ef35017b4fdacbbd276a765d7af9f6 (diff) |
formatting fix
Diffstat (limited to 'rh-bin')
-rwxr-xr-x | rh-bin/showlist.json | 4 |
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'}})) { |