mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
do_cmd_maketitle(): No <hr> at the end of the "title page".
This commit is contained in:
parent
1e4973be73
commit
514cd87d40
1 changed files with 1 additions and 1 deletions
|
@ -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 . $_ ;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue