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 9fafcb72..c7841f23 100644
--- a/src/info2html/main.c
+++ b/src/info2html/main.c
@@ -216,7 +216,7 @@ main(int argc, const char **argv)
work_line_number = 0;
/* hack, just send to stdout for now */
- fprintf(stdout, "<HTML><BODY>\n");
+ g_print("<HTML><HEAD><TITLE>Info page for \"%s\"</TITLE></BODY><BODY>\n", argv[1]);
/* big loop to identify sections of info files */
/* NEW PLAN - format on the fly */