[BACK]Return to mdoc_html.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/mdoc_html.c between version 1.182 and 1.183

version 1.182, 2018/06/25 13:46:01 version 1.183, 2018/06/25 14:06:03
Line 1414 
Line 1414 
                 cattr = "Bf No";                  cattr = "Bf No";
   
         /* Cannot use TAG_SPAN because it may contain blocks. */          /* Cannot use TAG_SPAN because it may contain blocks. */
         print_otag(h, TAG_DIV, "cshl", cattr, 1);          print_otag(h, TAG_DIV, "c", cattr);
         return 1;          return 1;
 }  }
   

Legend:
Removed from v.1.182  
changed lines
  Added in v.1.183