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

Diff for /src/usr.bin/mandoc/mdoc_html.c between version 1.53 and 1.54

version 1.53, 2011/03/07 01:35:33 version 1.54, 2011/03/20 23:36:42
Line 428 
Line 428 
                                 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):
                   print_text(h, n->eqn->data);
                   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.53  
changed lines
  Added in v.1.54