X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Foutput%2Fhtml.c;h=635ae5254ee6bece1dc591d21937870063aa6369;hb=ac2fba558fc64d7f1a554e9388d5adfe5ad22f0e;hp=f96e70ccb474b4af5283f0609b45c6ed4a265e39;hpb=96994a54e60e9c95b8bba54c2281acf7059b1203;p=pspp diff --git a/src/output/html.c b/src/output/html.c index f96e70ccb4..635ae5254e 100644 --- a/src/output/html.c +++ b/src/output/html.c @@ -526,7 +526,7 @@ html_output_table (struct html_driver *html, const struct table_item *item) } if (cell.style->cell_style.valign != TABLE_VALIGN_TOP) - fprintf (html->file, " ALIGN=\"%s\"", + fprintf (html->file, " VALIGN=\"%s\"", (cell.style->cell_style.valign == TABLE_VALIGN_BOTTOM ? "BOTTOM" : "MIDDLE"));