summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/info2html/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/info2html/main.c b/src/info2html/main.c
index 5b81e17b..feb1d582 100644
--- a/src/info2html/main.c
+++ b/src/info2html/main.c
@@ -165,7 +165,7 @@ main(int argc, const char **argv)
work_line_number = 0;
/* hack, just send to stdout for now */
- fprintf(stdout, "<HTML><BODY>\n");
+ fprintf(stdout, "<HTML><BODY BGCOLOR=\"#ffffff\">\n");
/* big loop to identify sections of info files */
/* NEW PLAN - format on the fly */