[BACK]Return to mdoc_html.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/mdoc_html.c between version 1.198 and 1.199

version 1.198, 2014/08/14 00:31:43 version 1.199, 2014/08/21 12:57:17
Line 640  mdoc_fl_pre(MDOC_ARGS)
Line 640  mdoc_fl_pre(MDOC_ARGS)
   
         print_text(h, "\\-");          print_text(h, "\\-");
   
         if (n->child)          if ( ! (n->nchild == 0 &&
                 h->flags |= HTML_NOSPACE;              (n->next == NULL ||
         else if (n->next && n->next->line == n->line)               n->next->type == MDOC_TEXT ||
                n->next->flags & MDOC_LINE)))
                 h->flags |= HTML_NOSPACE;                  h->flags |= HTML_NOSPACE;
   
         return(1);          return(1);

Legend:
Removed from v.1.198  
changed lines
  Added in v.1.199

CVSweb