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

Diff for /mandoc/html.c between version 1.232 and 1.234

version 1.232, 2018/06/10 16:47:15 version 1.234, 2018/06/25 13:26:57
Line 711  print_otag(struct html *h, enum htmltag tag, const cha
Line 711  print_otag(struct html *h, enum htmltag tag, const cha
                 /* Second letter: style name. */                  /* Second letter: style name. */
   
                 switch (*fmt++) {                  switch (*fmt++) {
                 case 'i':                  case 'h':
                         attr = "text-indent";                          attr = "height";
                         break;                          break;
                 case 'l':                  case 'l':
                         attr = "margin-left";                          attr = "margin-left";

Legend:
Removed from v.1.232  
changed lines
  Added in v.1.234

CVSweb