diff options
Diffstat (limited to 'validate.c')
-rw-r--r-- | validate.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -708,6 +708,8 @@ static int pre_it(struct mdoc *mdoc, struct mdoc_node *node) { + /* TODO: -width attribute must be specified for -tag. */ + if (MDOC_BLOCK != node->type) return(1); return(pre_check_parent(mdoc, node, MDOC_Bl, MDOC_BODY)); |