diff options
author | Guido van Rossum <guido@python.org> | 1997-07-13 03:32:28 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-07-13 03:32:28 (GMT) |
commit | 9b1718c0e702ab85b7f42b4de4e271d6960e27ce (patch) | |
tree | 13c0eed6d9341ecc08a6f899240bebab90c41bcd /Tools | |
parent | 1d8b7583dcc8ae0ad014208eb21cc05a5e57af76 (diff) | |
download | cpython-9b1718c0e702ab85b7f42b4de4e271d6960e27ce.zip cpython-9b1718c0e702ab85b7f42b4de4e271d6960e27ce.tar.gz cpython-9b1718c0e702ab85b7f42b4de4e271d6960e27ce.tar.bz2 |
New PythonPowered logo image.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/faqwiz/faqcust.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Tools/faqwiz/faqcust.py b/Tools/faqwiz/faqcust.py index 302d5ab..435d1f2 100644 --- a/Tools/faqwiz/faqcust.py +++ b/Tools/faqwiz/faqcust.py @@ -16,8 +16,8 @@ EPILOGUE = ''' <A HREF="%(FAQCGI)s?req=home">%(FAQNAME)s Wizard %(WIZVERSION)s</A> / Feedback to <A HREF="mailto:%(OWNEREMAIL)s">%(OWNERNAME)s</A> <P><A HREF="http://www.python.org/"><IMG -SRC="http://www.python.org/pics/PythonPowered1.gif" -ALIGN=top WIDTH=100 HEIGHT=40 ALT="Python Powered" BORDER=0></A><BR> +SRC="http://www.python.org/pics/PythonPowered.gif" +ALIGN=top WIDTH=110 HEIGHT=44 ALT="Python Powered" BORDER=0></A><BR> </BODY> </HTML> ''' |