]> git.cameronkatri.com Git - mandoc.git/blobdiff - html.c
Cleaned up library manuals: removed old escapes, added EXAMPLES, stripped
[mandoc.git] / html.c
diff --git a/html.c b/html.c
index 138d3e4c6802140ef31a205096975edfce1f9cee..91be0b1f7dbc656ad2be8ab651c9b153eada4889 100644 (file)
--- a/html.c
+++ b/html.c
@@ -1,4 +1,4 @@
-/*     $Id: html.c,v 1.112 2010/09/04 20:18:53 kristaps Exp $ */
+/*     $Id: html.c,v 1.113 2010/10/01 21:51:13 schwarze Exp $ */
 /*
  * Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
  *
@@ -552,6 +552,8 @@ print_text(struct html *h, const char *word)
                if ( ! (h->flags & HTML_NONOSPACE))
                        h->flags &= ~HTML_NOSPACE;
 
+       h->flags &= ~HTML_IGNDELIM;
+
        /* 
         * Note that we don't process the pipe: the parser sees it as
         * punctuation, but we don't in terms of typography.