[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.15 and 1.16

version 1.15, 2009/10/27 04:50:15 version 1.16, 2009/10/28 08:00:18
Line 334  man_br_pre(MAN_ARGS)
Line 334  man_br_pre(MAN_ARGS)
         bufcat_su(h, "height", &su);          bufcat_su(h, "height", &su);
         PAIR_STYLE_INIT(&tag, h);          PAIR_STYLE_INIT(&tag, h);
         print_otag(h, TAG_DIV, 1, &tag);          print_otag(h, TAG_DIV, 1, &tag);
           /* So the div isn't empty: */
           print_text(h, "\\~");
   
         return(0);          return(0);
 }  }
   

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.16

CVSweb