[BACK]Return to man_html.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/man_html.c between version 1.63 and 1.64

version 1.63, 2015/01/30 22:04:15 version 1.64, 2015/02/10 08:05:07
Line 214 
Line 214 
                         print_paragraph(h);                          print_paragraph(h);
                         return;                          return;
                 }                  }
                 if (n->flags & MAN_LINE && (*n->string == ' ' ||                  if (n->flags & MAN_LINE && (*n->string == ' ' ||
                     (n->prev != NULL && mh->fl & MANH_LITERAL &&                      (n->prev != NULL && mh->fl & MANH_LITERAL &&
                      ! (h->flags & HTML_NONEWLINE))))                       ! (h->flags & HTML_NONEWLINE))))
                         print_otag(h, TAG_BR, 0, NULL);                          print_otag(h, TAG_BR, 0, NULL);

Legend:
Removed from v.1.63  
changed lines
  Added in v.1.64