[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.67 and 1.68

version 1.67, 2017/01/19 01:00:11 version 1.68, 2017/01/19 15:27:26
Line 180 
Line 180 
         print_endline(h);          print_endline(h);
         print_text(h, "table.head td { width: 33%; }");          print_text(h, "table.head td { width: 33%; }");
         print_endline(h);          print_endline(h);
         print_text(h, "div.spacer { margin: 1em 0; }");          print_text(h, "div.Pp { margin: 1ex 0ex; }");
         print_tagq(h, t);          print_tagq(h, t);
   
         if (h->style)          if (h->style)
Line 767 
Line 767 
 {  {
         struct tag      *t;          struct tag      *t;
   
         t = print_otag(h, TAG_DIV, "c", "spacer");          t = print_otag(h, TAG_DIV, "c", "Pp");
         print_tagq(h, t);          print_tagq(h, t);
 }  }
   

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68