From 623598152e2bb33665e54650845fd8a0d86b4b53 Mon Sep 17 00:00:00 2001 From: slidedraw Date: Sun, 14 Apr 2002 01:08:10 +0000 Subject: [PATCH] Fixed bug where HTML header was not being output. --- xlhtml/html.c | 5 +++-- xlhtml/xldump.c | 13 ++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/xlhtml/html.c b/xlhtml/html.c index b63d121..5724930 100644 --- a/xlhtml/html.c +++ b/xlhtml/html.c @@ -57,7 +57,7 @@ void OutputTableHTML(void) { int i, j, k; - void output_header(); + output_header(); if (center_tables) { printf("
"); @@ -262,7 +262,8 @@ void output_header(void) printf("\"http://www.w3.org/TR/REC-html40/loose.dtd\">"); do_cr(); } - printf(""); + printf("\n"); + printf("\n"); do_cr(); printf("