Kaydet (Commit) 514cd87d authored tarafından Fred Drake's avatar Fred Drake

do_cmd_maketitle(): No <hr> at the end of the "title page".

üst 1e4973be
......@@ -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 . $_ ;
}
......
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