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

Diff for /mandoc/html.c between version 1.162 and 1.163

version 1.162, 2014/08/13 20:34:29 version 1.163, 2014/08/14 00:31:43
Line 74  static const struct htmldata htmltags[TAG_MAX] = {
Line 74  static const struct htmldata htmltags[TAG_MAX] = {
         {"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.162  
changed lines
  Added in v.1.163

CVSweb