From 3f750ebfbcf6d91d72265ebaf5febeeb85e41eaf Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 21 Feb 2009 14:56:57 +0000 Subject: Initial list support (not nested, yet). --- validate.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'validate.c') diff --git a/validate.c b/validate.c index 889e107a..36dddc4c 100644 --- a/validate.c +++ b/validate.c @@ -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)); -- cgit