X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fhtml.c;h=8d20a61b3796c8837412018c436f80be77958d9e;hb=3d48d485cb9eca0283aa5f910c86e86a73242490;hp=c181ed2edad19eb646eb5e7e635cebf5cf0313d0;hpb=230091eca1a2f20277e2aac37a223084925ca567;p=pspp diff --git a/src/output/html.c b/src/output/html.c index c181ed2eda..8d20a61b37 100644 --- a/src/output/html.c +++ b/src/output/html.c @@ -377,7 +377,7 @@ html_output_table (struct html_driver *html, { int x, y; - fputs ("\n", html->file); + fputs ("
\n", html->file); if (caption != NULL) { @@ -493,7 +493,7 @@ html_output_table (struct html_driver *html, fputs (" \n", html->file); } - fputs ("
\n\n", html->file); + fputs ("\n\n", html->file); } struct output_driver_factory html_driver_factory =