html: Fix border-right for non-square tables.
[pspp] / src / output / pivot-table.h
index c613e55efc81d557c03d67b28f45ce72f23c31da..2770c611d61b3ff27a083e089ea7eb1487b86133 100644 (file)
@@ -467,7 +467,7 @@ struct pivot_table
     struct pivot_value *subtype;  /* Same as spv_item's subtype. */
     struct pivot_value *corner_text;
     struct pivot_value *caption;
-    char *notes;
+    char *notes;                /* Shown as tooltip. */
 
     /* Dimensions. */
     struct pivot_dimension **dimensions;