]> git.etc.gen.nz Git - mythtv-status.git/commitdiff
Tidy up the whitespace in the generated line, add a comma
authorAndrew Ruthven <andrew@etc.gen.nz>
Sun, 30 Dec 2018 10:54:18 +0000 (23:54 +1300)
committerAndrew Ruthven <andrew@etc.gen.nz>
Sun, 30 Dec 2018 10:54:18 +0000 (23:54 +1300)
bin/mythtv-status

index 998c0f3ac7a015cff25a0d6903e094f2bd941dac..3d46ee952897fa44e0ca3ad07ba2f463159ffbfb 100755 (executable)
@@ -466,9 +466,9 @@ my @blocks = (
     'attrs' => [ qw/title endTime channelName:.\/Channel[@channelName]
                     encoderId:.\/Recording[@encoderId]
                     chanNum:.\/Channel[@chanNum]/ ],
-    'template' => "__title__ (__channelName__) "
-      . ($c->{'encoder_details'} ? ", Enc: __encoderId__, Chan: __chanNum__ " : '')
-      . "Ends: __endTime__",
+    'template' => "__title__ (__channelName__)"
+      . ($c->{'encoder_details'} ? ", Enc: __encoderId__, Chan: __chanNum__" : '')
+      . "Ends: __endTime__",
     'rewrite' => {
       '&endTime' => sub {
         my ($value, $vars) = @_;