]> granicus.if.org Git - python/commitdiff
do_cmd_maketitle(): Small nit in creating the "title page".
authorFred Drake <fdrake@acm.org>
Tue, 9 Feb 1999 16:03:31 +0000 (16:03 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 9 Feb 1999 16:03:31 +0000 (16:03 +0000)
Doc/perl/python.perl

index 883bd3ec95a5d40fabe302795948fc403c36f66d..48cf0dd080a2fed9134a1f4c2a0fcf6a30dd744b 100644 (file)
@@ -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) {