diff --git a/Doc/perl/python.perl b/Doc/perl/python.perl index fb1d0666ce9..ae06d764f3c 100644 --- a/Doc/perl/python.perl +++ b/Doc/perl/python.perl @@ -1278,11 +1278,11 @@ sub make_my_titlepage() { $the_title .= "\n

$t_affil

"; } if ($t_date) { - $the_title .= "\n

$t_date"; + $the_title .= "\n

"; if ($PACKAGE_VERSION) { - $the_title .= "
Release $PACKAGE_VERSION"; + $the_title .= "Release $PACKAGE_VERSION
\n"; } - $the_title .= "

" + $the_title .= "$t_date

" } if ($t_address) { $the_title .= "\n

$t_address

";