summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Larsson <alexl@redhat.com>2002-01-10 00:00:20 +0000
committerAlexander Larsson <alexl@src.gnome.org>2002-01-10 00:00:20 +0000
commit6c0e72e9768fa4db7ae86b95c97a763925708d5e (patch)
treee3f429fb169e3a45ed100a58303a318c3af274db
parent8d566c93dad40f3395480922069528b0d8c1850b (diff)
downloadyelp-LIBGNOME_1_109_1.tar.gz
Use white background in the generated pages for info.LIBGNOME_1_109_1LIBGNOME_1_109_0
2002-01-09 Alex Larsson <alexl@redhat.com> * info/main.c (main): Use white background in the generated pages for info.
-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 */