mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
do_cmd_maketitle(): Small nit in creating the "title page".
This commit is contained in:
parent
1a4c5392b5
commit
2d1f81ea22
1 changed files with 3 additions and 2 deletions
|
@ -863,10 +863,11 @@ sub do_cmd_maketitle {
|
|||
if ($t_author) {
|
||||
if ($t_authorURL) {
|
||||
my $href = translate_commands($t_authorURL);
|
||||
$href = make_named_href('author', $href, "<strong>${t_author}</strong>");
|
||||
$href = make_named_href('author', $href,
|
||||
"<b><font size='+2'>$t_author</font></b>");
|
||||
$the_title .= "\n<p>$href</p>";
|
||||
} else {
|
||||
$the_title .= "\n<p><strong>$t_author</strong></p>";
|
||||
$the_title .= ("\n<p><b><font size='+2'>$t_author</font></b></p>");
|
||||
}
|
||||
} else { write_warnings("\nThere is no author for this document."); }
|
||||
if ($t_institute) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue