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

Diff for /mandoc/html.c between version 1.224 and 1.225

version 1.224, 2018/05/08 21:42:34 version 1.225, 2018/05/09 00:46:10
Line 59  static const struct htmldata htmltags[TAG_MAX] = {
Line 59  static const struct htmldata htmltags[TAG_MAX] = {
         {"meta",        HTML_NOSTACK | HTML_AUTOCLOSE | HTML_NLALL},          {"meta",        HTML_NOSTACK | HTML_AUTOCLOSE | HTML_NLALL},
         {"title",       HTML_NLAROUND},          {"title",       HTML_NLAROUND},
         {"div",         HTML_NLAROUND},          {"div",         HTML_NLAROUND},
           {"div",         0},
         {"h1",          HTML_NLAROUND},          {"h1",          HTML_NLAROUND},
         {"h2",          HTML_NLAROUND},          {"h2",          HTML_NLAROUND},
         {"span",        0},          {"span",        0},
Line 186  print_gen_head(struct html *h)
Line 187  print_gen_head(struct html *h)
         print_text(h, "td.head-vol { text-align: center; }");          print_text(h, "td.head-vol { text-align: center; }");
         print_endline(h);          print_endline(h);
         print_text(h, "div.Pp { margin: 1ex 0ex; }");          print_text(h, "div.Pp { margin: 1ex 0ex; }");
           print_endline(h);
           print_text(h, "div.Nd, div.Bf, div.Op { display: inline; }");
         print_endline(h);          print_endline(h);
         print_text(h, "dl.Bl-diag ");          print_text(h, "dl.Bl-diag ");
         print_byte(h, '>');          print_byte(h, '>');

Legend:
Removed from v.1.224  
changed lines
  Added in v.1.225

CVSweb