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

version 1.271, 2017/02/16 03:00:23 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;
   
Line 751  mdoc_it_pre(MDOC_ARGS)
Line 751  mdoc_it_pre(MDOC_ARGS)
                 case ROFFT_HEAD:                  case ROFFT_HEAD:
                         if (h->style != NULL && !bl->norm->Bl.comp &&                          if (h->style != NULL && !bl->norm->Bl.comp &&
                             (n->parent->prev == NULL ||                              (n->parent->prev == NULL ||
                                n->parent->prev->body == NULL ||
                              n->parent->prev->body->child != NULL)) {                               n->parent->prev->body->child != NULL)) {
                                 t = print_otag(h, TAG_DT, "csWl",                                  t = print_otag(h, TAG_DT, "csWl",
                                     cattr, bl->norm->Bl.width);                                      cattr, bl->norm->Bl.width);

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

CVSweb