work
[pspp] / src / output / html.c
index 2dcdf52f0663fb18b47401b8ecbd3763928be28f..740d04257d2306cf0f863b177cc92cc32b763e6d 100644 (file)
@@ -623,7 +623,7 @@ html_output_table_layer (struct html_driver *html, const struct pivot_table *pt,
                          const size_t *layer_indexes)
 {
   struct table *title, *layers, *body, *caption, *footnotes;
-  pivot_output (pt, layer_indexes, &title, &layers, &body,
+  pivot_output (pt, layer_indexes, true, &title, &layers, &body,
                 &caption, &footnotes, NULL, NULL);
 
   fputs ("<table", html->file);