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

Diff for /mandoc/html.c between version 1.90 and 1.91

version 1.90, 2009/11/16 06:07:49 version 1.91, 2009/11/16 08:46:58
Line 237  print_ofont(struct html *h, enum htmlfont font)
Line 237  print_ofont(struct html *h, enum htmlfont font)
   
         /* FIXME: DECO_ROMAN should just close out preexisting. */          /* FIXME: DECO_ROMAN should just close out preexisting. */
   
         if (h->metaf)          if (h->metaf && h->tags.head == h->metaf)
                 print_tagq(h, h->metaf);                  print_tagq(h, h->metaf);
   
         PAIR_CLASS_INIT(&tag, htmlfonts[font]);          PAIR_CLASS_INIT(&tag, htmlfonts[font]);

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91

CVSweb