]> granicus.if.org Git - python/commitdiff
For the title page, insert the package version number before the date.
authorFred Drake <fdrake@acm.org>
Thu, 14 Dec 2000 18:36:12 +0000 (18:36 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 14 Dec 2000 18:36:12 +0000 (18:36 +0000)
This makes the title area more like the title are of the top-level
index, and puts the information more people are interested in first.

Doc/perl/python.perl

index fb1d0666ce9d1feebb91237cfc60db14d025f27c..ae06d764f3c7bd52ab0c53003e2abcedd5b69e30 100644 (file)
@@ -1278,11 +1278,11 @@ sub make_my_titlepage() {
        $the_title .= "\n<p><i>$t_affil</i></p>";
     }
     if ($t_date) {
-       $the_title .= "\n<p><strong>$t_date</strong>";
+       $the_title .= "\n<p>";
        if ($PACKAGE_VERSION) {
-           $the_title .= "<br><strong>Release $PACKAGE_VERSION</strong>";
+           $the_title .= "<strong>Release $PACKAGE_VERSION</strong><br>\n";
         }
-       $the_title .= "</p>"
+       $the_title .= "<strong>$t_date</strong></p>"
     }
     if ($t_address) {
        $the_title .= "\n<p>$t_address</p>";