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

Skip to content

Commit de77bc5

Browse files
committed
For the title page, insert the package version number before the date.
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.
1 parent 3277da0 commit de77bc5

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Doc/perl/python.perl

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1278,11 +1278,11 @@ ()
12781278
$the_title .= "\n<p><i>$t_affil</i></p>";
12791279
}
12801280
if ($t_date) {
1281-
$the_title .= "\n<p><strong>$t_date</strong>";
1281+
$the_title .= "\n<p>";
12821282
if ($PACKAGE_VERSION) {
1283-
$the_title .= "<br><strong>Release $PACKAGE_VERSION</strong>";
1283+
$the_title .= "<strong>Release $PACKAGE_VERSION</strong><br>\n";
12841284
}
1285-
$the_title .= "</p>"
1285+
$the_title .= "<strong>$t_date</strong></p>"
12861286
}
12871287
if ($t_address) {
12881288
$the_title .= "\n<p>$t_address</p>";

0 commit comments

Comments
 (0)