diff options
author | Fred Drake <fdrake@acm.org> | 2000-04-03 04:51:13 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-04-03 04:51:13 (GMT) |
commit | e15956b46515dfc5cf258b7109e2b7b330c27e5f (patch) | |
tree | 0776ca09eb49808534b37e8f5320af8da5c0290c /Doc/html/index.html.in | |
parent | 20082d92f2e5fc7736b3fb1839380cc7c0133165 (diff) | |
download | cpython-e15956b46515dfc5cf258b7109e2b7b330c27e5f.zip cpython-e15956b46515dfc5cf258b7109e2b7b330c27e5f.tar.gz cpython-e15956b46515dfc5cf258b7109e2b7b330c27e5f.tar.bz2 |
Merged changes from the 1.5.2p2 release.
Diffstat (limited to 'Doc/html/index.html.in')
-rw-r--r-- | Doc/html/index.html.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/html/index.html.in b/Doc/html/index.html.in index 1ccacaa..a921cd2 100644 --- a/Doc/html/index.html.in +++ b/Doc/html/index.html.in @@ -1,6 +1,6 @@ <html> <head> - <title>Python 1.5.2 Documentation</title> + <title>Python @RELEASE@ Documentation - @DATE@</title> <link rel=STYLESHEET href="lib/lib.css" type="text/css"> <style type="text/css"> a.title { font-weight: bold; font-size: 110%; } @@ -38,7 +38,7 @@ </p> </div> - <table> + <table align="center"> <tbody> <tr><td> <ul> |