[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.150 and 1.151

version 1.150, 2011/02/02 21:40:45 version 1.151, 2011/02/06 21:44:36
Line 432  print_mdoc_node(MDOC_ARGS)
Line 432  print_mdoc_node(MDOC_ARGS)
                                 print_otag(h, TAG_BR, 0, NULL);                                  print_otag(h, TAG_BR, 0, NULL);
                 print_text(h, n->string);                  print_text(h, n->string);
                 return;                  return;
           case (MDOC_EQN):
                   return;
         case (MDOC_TBL):          case (MDOC_TBL):
                 /*                  /*
                  * This will take care of initialising all of the table                   * This will take care of initialising all of the table

Legend:
Removed from v.1.150  
changed lines
  Added in v.1.151

CVSweb