[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.241 and 1.242

version 1.241, 2017/01/08 22:51:55 version 1.242, 2017/01/09 12:48:58
Line 1849  mdoc_no_pre(MDOC_ARGS)
Line 1849  mdoc_no_pre(MDOC_ARGS)
         struct htmlpair tag;          struct htmlpair tag;
   
         PAIR_CLASS_INIT(&tag, "none");          PAIR_CLASS_INIT(&tag, "none");
         print_otag(h, TAG_CODE, 1, &tag);          print_otag(h, TAG_SPAN, 1, &tag);
         return 1;          return 1;
 }  }
   

Legend:
Removed from v.1.241  
changed lines
  Added in v.1.242

CVSweb