diff options
Diffstat (limited to 'mdocterm.c')
-rw-r--r-- | mdocterm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -490,7 +490,7 @@ body(struct termp *p, struct termpair *ppair, if ( ! (*termacts[node->tok].pre)(p, &pair, meta, node)) dochild = 0; } else /* MDOC_TEXT == node->type */ - word(p, node->data.text.string); + word(p, node->string); /* Children. */ |