mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +00:00
One-character style change to appease Netscape stylesheets.
This commit is contained in:
parent
575d7f3f3f
commit
d03f8fe95e
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@ class HTMLDoc(Doc):
|
||||||
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
|
<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
|
||||||
<html><head><title>Python: %s</title>
|
<html><head><title>Python: %s</title>
|
||||||
<style type="text/css"><!--
|
<style type="text/css"><!--
|
||||||
TT { font-family: lucida typewriter, lucida console, courier }
|
TT { font-family: lucidatypewriter, lucida console, courier }
|
||||||
--></style></head><body bgcolor="#f0f0f8">
|
--></style></head><body bgcolor="#f0f0f8">
|
||||||
%s
|
%s
|
||||||
</body></html>''' % (title, contents)
|
</body></html>''' % (title, contents)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue