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

Diff for /mandoc/man_html.c between version 1.78 and 1.79

version 1.78, 2011/07/07 13:54:36 version 1.79, 2011/07/21 11:34:53
Line 230  print_man_node(MAN_ARGS)
Line 230  print_man_node(MAN_ARGS)
                 return;                  return;
         case (MAN_EQN):          case (MAN_EQN):
                 PAIR_CLASS_INIT(&tag, "eqn");                  PAIR_CLASS_INIT(&tag, "eqn");
                 print_otag(h, TAG_SPAN, 1, &tag);                  /*print_otag(h, TAG_SPAN, 1, &tag);
                 print_text(h, n->eqn->data);                  print_text(h, n->eqn->data);*/
                 break;                  break;
         case (MAN_TBL):          case (MAN_TBL):
                 /*                  /*

Legend:
Removed from v.1.78  
changed lines
  Added in v.1.79

CVSweb