[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.101 and 1.102

version 1.101, 2018/05/29 02:10:05 version 1.102, 2018/06/10 16:46:52
Line 709 
Line 709 
                 /* 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.101  
changed lines
  Added in v.1.102