[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.232

version 1.231, 2018/05/29 02:10:10 version 1.232, 2018/06/10 16:47:15
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 'h':  
                         attr = "height";  
                         break;  
                 case 'i':                  case 'i':
                         attr = "text-indent";                          attr = "text-indent";
                         break;                          break;

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

CVSweb