Commit fb281d6d authored by brospars's avatar brospars

Fix typo in perl script

parent 9d07c07f
...@@ -52,7 +52,7 @@ while(defined(my $line=<INPUT>)) { ...@@ -52,7 +52,7 @@ while(defined(my $line=<INPUT>)) {
$line =~ s|<body>|<body>Les <a href='$gitlab_origin/$input'>sources de ce document sont disponibles sur gitlab</a>.|g; $line =~ s|<body>|<body>Les <a href='$gitlab_origin/$input'>sources de ce document sont disponibles sur gitlab</a>.|g;
$line .= "<br><i>Version du $gitdate.</i><br><hr/>\n" $line .= "<br><i>Version du $gitdate.</i><br><hr/>\n"
} else { } else {
$line =~ s|<body>|<body>The <a href='$gitlab_origin/$input'>source of this this document is available on gitlab</a>.|g; $line =~ s|<body>|<body>The <a href='$gitlab_origin/$input'>source of this document is available on gitlab</a>.|g;
$line .= "<br><i>Last version: $gitdate</i><br><hr/>\n" $line .= "<br><i>Last version: $gitdate</i><br><hr/>\n"
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment