diff options
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 |