diff options
author | Fred Drake <fdrake@acm.org> | 2002-04-01 18:49:45 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2002-04-01 18:49:45 (GMT) |
commit | c9319b37a580ca8a97f8ceb56abfa4957456fcc6 (patch) | |
tree | 5910d86a0ed5346ffd17fe2ce7f18aabccca69e6 /Doc/html | |
parent | 26c49b66bb063fb3dd91d8c3f6670660533e5d40 (diff) | |
download | cpython-c9319b37a580ca8a97f8ceb56abfa4957456fcc6.zip cpython-c9319b37a580ca8a97f8ceb56abfa4957456fcc6.tar.gz cpython-c9319b37a580ca8a97f8ceb56abfa4957456fcc6.tar.bz2 |
Minor adjustments.
Diffstat (limited to 'Doc/html')
-rw-r--r-- | Doc/html/index.html.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/html/index.html.in b/Doc/html/index.html.in index 70881f9..b242c7f 100644 --- a/Doc/html/index.html.in +++ b/Doc/html/index.html.in @@ -1,10 +1,11 @@ <html> <head> <title>Python @RELEASE@ Documentation - @DATE@</title> - <link rel="STYLESHEET" href="lib/lib.css" type="text/css"> + <meta name="aesop" content="links"> <meta name="description" content="Top-level index to the standard documentation for Python @RELEASE@."> + <link rel="STYLESHEET" href="lib/lib.css" type="text/css"> <style type="text/css"> a.title { font-weight: bold; font-size: 110%; } ul { margin-left: 1em; padding: 0pt; border: 0pt; } |