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

Diff for /mandoc/eqn_html.c between version 1.16 and 1.17

version 1.16, 2017/07/08 14:51:04 version 1.17, 2017/07/14 13:32:35
Line 231  print_eqn(struct html *p, const struct eqn_box *bp)
Line 231  print_eqn(struct html *p, const struct eqn_box *bp)
 {  {
         struct tag      *t;          struct tag      *t;
   
           if (bp->first == NULL)
                   return;
   
         t = print_otag(p, TAG_MATH, "c", "eqn");          t = print_otag(p, TAG_MATH, "c", "eqn");
   
         p->flags |= HTML_NONOSPACE;          p->flags |= HTML_NONOSPACE;

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

CVSweb