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

Diff for /src/usr.bin/mandoc/html.c between version 1.94 and 1.95

version 1.94, 2018/05/08 21:42:11 version 1.95, 2018/05/09 00:45:33
Line 57 
Line 57 
         {"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 184 
Line 185 
         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.94  
changed lines
  Added in v.1.95