Space -> Tab

This commit is contained in:
Frédéric Couchet 2019-06-19 09:24:56 +02:00 committed by Frédéric Couchet
parent 6a5a836062
commit 628aa2ce5b
1 changed files with 3 additions and 2 deletions

View File

@ -256,8 +256,9 @@ sub process {
$textwebpage = $textwebpage . "</ul>\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";