mirror of
https://github.com/python/cpython.git
synced 2024-11-23 18:04:37 +08:00
One-character style change to appease Netscape stylesheets.
This commit is contained in:
parent
575d7f3f3f
commit
d03f8fe95e
@ -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 typewriter, lucida console, courier }
|
||||
TT { font-family: lucidatypewriter, lucida console, courier }
|
||||
--></style></head><body bgcolor="#f0f0f8">
|
||||
%s
|
||||
</body></html>''' % (title, contents)
|
||||
|
Loading…
Reference in New Issue
Block a user