One-character style change to appease Netscape stylesheets.

This commit is contained in:
Ka-Ping Yee 2001-04-13 15:04:32 +00:00
parent 575d7f3f3f
commit d03f8fe95e

View file

@ -318,7 +318,7 @@ def page(self, title, contents):
<!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)