From e96e0f847bda9f1d9386869ed85b63a16334f35a Mon Sep 17 00:00:00 2001 From: Andrew Ruthven Date: Sun, 30 Dec 2018 23:54:18 +1300 Subject: [PATCH] Tidy up the whitespace in the generated line, add a comma --- bin/mythtv-status | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bin/mythtv-status b/bin/mythtv-status index 998c0f3..3d46ee9 100755 --- a/bin/mythtv-status +++ b/bin/mythtv-status @@ -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) = @_; -- 2.30.2