[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.48 and 1.49

version 1.48, 2010/12/06 14:07:01 version 1.49, 2010/12/06 14:12:48
Line 362  man_br_pre(MAN_ARGS)
Line 362  man_br_pre(MAN_ARGS)
   
         SCALE_VS_INIT(&su, 1);          SCALE_VS_INIT(&su, 1);
   
         switch (n->tok) {          if (MAN_sp == n->tok) {
         case (MAN_sp):  
                 if (n->child)                  if (n->child)
                         a2roffsu(n->child->string, &su, SCALE_VS);                          a2roffsu(n->child->string, &su, SCALE_VS);
                 break;          } else
         default:  
                 su.scale = 0;                  su.scale = 0;
                 break;  
         }  
   
         bufcat_su(h, "height", &su);          bufcat_su(h, "height", &su);
         PAIR_STYLE_INIT(&tag, h);          PAIR_STYLE_INIT(&tag, h);

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49

CVSweb