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

Diff for /src/usr.bin/mandoc/roff_html.c between version 1.18 and 1.19

version 1.18, 2019/01/06 04:41:15 version 1.19, 2019/01/07 06:51:37
Line 110 
Line 110 
         if (html_fillmode(h, TOKEN_NONE) == ROFF_nf) {          if (html_fillmode(h, TOKEN_NONE) == ROFF_nf) {
                 h->col++;                  h->col++;
                 print_endline(h);                  print_endline(h);
         } else if (n->parent->tok >= MAN_TH)          } else {
                   html_close_paragraph(h);
                 print_otag(h, TAG_P, "c", "Pp");                  print_otag(h, TAG_P, "c", "Pp");
         else          }
                 print_paragraph(h);  
 }  }

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19