[Python-checkins] commit of r41646 - python/trunk/Tools/faqwiz/faqconf.py
andrew.kuchling
python-checkins at python.org
Mon Dec 12 03:02:25 CET 2005
Author: andrew.kuchling
Date: Mon Dec 12 03:02:24 2005
New Revision: 41646
Modified:
python/trunk/Tools/faqwiz/faqconf.py
Log:
Remove background image
Modified: python/trunk/Tools/faqwiz/faqconf.py
==============================================================================
--- python/trunk/Tools/faqwiz/faqconf.py (original)
+++ python/trunk/Tools/faqwiz/faqconf.py Mon Dec 12 03:02:24 2005
@@ -145,7 +145,7 @@
<TITLE>%(title)s</TITLE>
</HEAD>
-<BODY BACKGROUND="http://www.python.org/pics/RedShort.gif"
+<BODY
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#AA0000"
More information about the Python-checkins
mailing list