diff options
author | Guido van Rossum <guido@python.org> | 1997-05-26 16:02:56 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1997-05-26 16:02:56 (GMT) |
commit | 030144d9f6cbf82a5e0f5189dbd4c89d813062e3 (patch) | |
tree | 8fe8827265f4d741e0d18e50aac387c8e323cd4f /Tools | |
parent | 1f04772347177cdbedfcaed2511f380f4ed6eb3a (diff) | |
download | cpython-030144d9f6cbf82a5e0f5189dbd4c89d813062e3.zip cpython-030144d9f6cbf82a5e0f5189dbd4c89d813062e3.tar.gz cpython-030144d9f6cbf82a5e0f5189dbd4c89d813062e3.tar.bz2 |
Don't need <BR> at end of <LI>.
Diffstat (limited to 'Tools')
-rw-r--r-- | Tools/faqwiz/faqconf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/faqwiz/faqconf.py b/Tools/faqwiz/faqconf.py index 3af5b5e..7b374ad 100644 --- a/Tools/faqwiz/faqconf.py +++ b/Tools/faqwiz/faqconf.py @@ -188,7 +188,7 @@ INDEX_ENDSECTION = """ """ INDEX_ENTRY = """\ -<LI><A HREF="%(FAQCGI)s?req=show&file=%(file)s">%(title)s</A><BR> +<LI><A HREF="%(FAQCGI)s?req=show&file=%(file)s">%(title)s</A> """ # Entry formatting |