[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.38 and 1.39

version 1.38, 2014/07/23 15:00:00 version 1.39, 2014/08/13 15:19:24
Line 72 
Line 72 
         {"i",           0 }, /* TAG_I */          {"i",           0 }, /* TAG_I */
         {"code",        0 }, /* TAG_CODE */          {"code",        0 }, /* TAG_CODE */
         {"small",       0 }, /* TAG_SMALL */          {"small",       0 }, /* TAG_SMALL */
           {"em",          0 }, /* TAG_EM */
 };  };
   
 static  const char      *const htmlattrs[ATTR_MAX] = {  static  const char      *const htmlattrs[ATTR_MAX] = {

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39