mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
do_cmd_maketitle(): No <hr> at the end of the "title page".
This commit is contained in:
@@ -871,7 +871,7 @@ sub do_cmd_maketitle {
|
||||
if ($t_email) {
|
||||
$the_title .= "\n<p>$t_email</p>";
|
||||
}# else { $the_title .= "</p>" }
|
||||
$the_title . "<hr>\n" . $_ ;
|
||||
$the_title . $_ ;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user