diff options
Diffstat (limited to 'scripts/gen_help_html.py')
-rw-r--r-- | scripts/gen_help_html.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/gen_help_html.py b/scripts/gen_help_html.py index a319cde64e..0b8e77ac22 100644 --- a/scripts/gen_help_html.py +++ b/scripts/gen_help_html.py @@ -86,7 +86,7 @@ SITENAVI_SEARCH = '<table width="100%"><tbody><tr><td>' + SITENAVI_LINKS_WEB + \ TEXTSTART = """ <div id="d1"> -<pre id="sp"> </pre> +<pre id="sp">""" + (" " * 80) + """</pre> <div id="d2"> <pre> """ |