html: Pop up tooltip with table notes in output.
[pspp] / src / output / pivot-output.c
index 31d68c8d37838fda3b8418f8260abf7c5138d6d7..ea0cdd4a6e6eea178b8b5f358b64df620b58cbda 100644 (file)
@@ -451,7 +451,7 @@ pivot_table_submit_layer (const struct pivot_table *pt,
   free (column_enumeration);
   free (row_enumeration);
 
-  struct table_item *ti = table_item_create (table, NULL, NULL);
+  struct table_item *ti = table_item_create (table, NULL, NULL, pt->notes);
 
   if (pt->title)
     {