- print_otag(h, TAG_TABLE, "c", "synopsis");
-
- for (len = 0, n = n->head->child; n; n = n->next)
- if (n->type == ROFFT_TEXT)
- len += html_strlen(n->string);
-
- if (len == 0 && meta->name != NULL)
- len = html_strlen(meta->name);
-
- print_otag(h, TAG_COL, "shw", len);
- print_otag(h, TAG_COL, "");
- print_otag(h, TAG_TBODY, "");
+ print_otag(h, TAG_TABLE, "c", "Nm");