[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.272 and 1.273

version 1.272, 2017/02/22 08:54:41 version 1.273, 2017/03/03 13:55:31
Line 666  mdoc_it_pre(MDOC_ARGS)
Line 666  mdoc_it_pre(MDOC_ARGS)
         enum mdoc_list           type;          enum mdoc_list           type;
   
         bl = n->parent;          bl = n->parent;
         while (bl != NULL && bl->tok != MDOC_Bl)          while (bl->tok != MDOC_Bl)
                 bl = bl->parent;                  bl = bl->parent;
         type = bl->norm->Bl.type;          type = bl->norm->Bl.type;
   

Legend:
Removed from v.1.272  
changed lines
  Added in v.1.273

CVSweb