From 628aa2ce5b54eee00732d2596b0cb0a133bbb9de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Couchet?= Date: Wed, 19 Jun 2019 09:24:56 +0200 Subject: [PATCH] Space -> Tab --- podcasts/scripts/make-all-podcasts.pl | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/podcasts/scripts/make-all-podcasts.pl b/podcasts/scripts/make-all-podcasts.pl index fbc125c..dab1743 100755 --- a/podcasts/scripts/make-all-podcasts.pl +++ b/podcasts/scripts/make-all-podcasts.pl @@ -256,8 +256,9 @@ sub process { $textwebpage = $textwebpage . "\n\n"; binmode(STDOUT, ":utf8"); - my $url = "https://www.april.org/libre-a-vous-diffusee-mardi-$long_date-sur-radio-cause-commune"; - $url=~s/ /-/g; + my $url = "https://www.april.org/libre-a-vous-diffusee-mardi-$long_date-sur-radio-cause-commune"; + my $url = "https://www.april.org/libre-a-vous-diffusee-mardi-$long_date-sur-radio-cause-commune"; + $url=~s/ /-/g; print "\nText for the web page of the radio program : $url\n\n"; print "$textwebpage\n\n";