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

Diff for /mandoc/html.c between version 1.160 and 1.161

version 1.160, 2014/08/10 23:54:41 version 1.161, 2014/08/13 15:25:22
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.160  
changed lines
  Added in v.1.161

CVSweb