Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 514cd87

Browse files
committed
do_cmd_maketitle(): No <hr> at the end of the "title page".
1 parent 1e4973b commit 514cd87

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/perl/python.perl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -871,7 +871,7 @@ sub do_cmd_maketitle {
871871
if ($t_email) {
872872
$the_title .= "\n<p>$t_email</p>";
873873
}# else { $the_title .= "</p>" }
874-
$the_title . "<hr>\n" . $_ ;
874+
$the_title . $_ ;
875875
}
876876

877877

0 commit comments

Comments
 (0)