diff options
author | Ka-Ping Yee <ping@zesty.ca> | 2001-04-13 12:11:19 (GMT) |
---|---|---|
committer | Ka-Ping Yee <ping@zesty.ca> | 2001-04-13 12:11:19 (GMT) |
commit | 59685c5193183eac7f8d852fd81bdc19e0f0ffc8 (patch) | |
tree | d4c927fcccdaaed308d71ac79f6964f2057ba993 | |
parent | c99e0f18628b1b6109c88aa31a44a19d34c7d103 (diff) | |
download | cpython-59685c5193183eac7f8d852fd81bdc19e0f0ffc8.zip cpython-59685c5193183eac7f8d852fd81bdc19e0f0ffc8.tar.gz cpython-59685c5193183eac7f8d852fd81bdc19e0f0ffc8.tar.bz2 |
Small style change to accommodate Netscape.
-rwxr-xr-x | Lib/pydoc.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/pydoc.py b/Lib/pydoc.py index 1bce955..e5f7d80 100755 --- a/Lib/pydoc.py +++ b/Lib/pydoc.py @@ -318,7 +318,7 @@ class HTMLDoc(Doc): <!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN"> <html><head><title>Python: %s</title> <style type="text/css"><!-- -TT { font-family: lucida console, lucida typewriter, courier } +TT { font-family: lucida typewriter, lucida console, courier } --></style></head><body bgcolor="#f0f0f8"> %s </body></html>''' % (title, contents) |