]> git.cameronkatri.com Git - mandoc.git/blobdiff - tbl_data.c
To better support MLINKS, we will have to split the "docs" database
[mandoc.git] / tbl_data.c
index 9b48aa69759844a208ce59d59b68dafaf20a58fc..7413aa2d83dd5fd545677e1a666c53740f6a5d7a 100644 (file)
@@ -1,4 +1,4 @@
-/*     $Id: tbl_data.c,v 1.26 2013/05/31 21:37:17 schwarze Exp $ */
+/*     $Id: tbl_data.c,v 1.27 2013/06/01 04:56:50 schwarze Exp $ */
 /*
  * Copyright (c) 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2011 Ingo Schwarze <schwarze@openbsd.org>
@@ -102,7 +102,7 @@ data(struct tbl_node *tbl, struct tbl_span *dp,
 
        if (*pos - sv == 2 && 'T' == p[sv] && '{' == p[sv + 1]) {
                tbl->part = TBL_PART_CDATA;
-               return(0);
+               return(1);
        }
 
        assert(*pos - sv >= 0);