diff options
Diffstat (limited to 'Misc/faq2html.py')
-rwxr-xr-x | Misc/faq2html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/faq2html.py b/Misc/faq2html.py index cdb49de..2ea3810 100755 --- a/Misc/faq2html.py +++ b/Misc/faq2html.py @@ -179,7 +179,7 @@ def main(): version, '</TITLE>\n', '</HEAD><body>\n', - '(This file was generated using', + '(This file was generated using\n', '<A HREF="faq2html.py">faq2html.py</A>.)<P>\n'] lines.append('<P></BODY></HTML>\n') |