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

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

version 1.231, 2018/05/29 02:10:10 version 1.234, 2018/06/25 13:26:57
Line 714  print_otag(struct html *h, enum htmltag tag, const cha
Line 714  print_otag(struct html *h, enum htmltag tag, const cha
                 case 'h':                  case 'h':
                         attr = "height";                          attr = "height";
                         break;                          break;
                 case 'i':  
                         attr = "text-indent";  
                         break;  
                 case 'l':                  case 'l':
                         attr = "margin-left";                          attr = "margin-left";
                         break;                          break;

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

CVSweb