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

Diff for /mandoc/mdoc_html.c between version 1.267 and 1.268

version 1.267, 2017/02/05 20:22:04 version 1.268, 2017/02/05 20:34:57
Line 1469  mdoc_bf_pre(MDOC_ARGS)
Line 1469  mdoc_bf_pre(MDOC_ARGS)
         else if (FONT_Li == n->norm->Bf.font)          else if (FONT_Li == n->norm->Bf.font)
                 cattr = "Li";                  cattr = "Li";
         else          else
                 cattr = "none";                  cattr = "No";
   
         /*          /*
          * We want this to be inline-formatted, but needs to be div to           * We want this to be inline-formatted, but needs to be div to

Legend:
Removed from v.1.267  
changed lines
  Added in v.1.268

CVSweb