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

Diff for /mandoc/html.c between version 1.122 and 1.123

version 1.122, 2010/12/24 00:46:49 version 1.123, 2010/12/24 14:14:00
Line 72  static const struct htmldata htmltags[TAG_MAX] = {
Line 72  static const struct htmldata htmltags[TAG_MAX] = {
         {"pre",         HTML_CLRLINE }, /* TAG_PRE */          {"pre",         HTML_CLRLINE }, /* TAG_PRE */
         {"b",           0 }, /* TAG_B */          {"b",           0 }, /* TAG_B */
         {"i",           0 }, /* TAG_I */          {"i",           0 }, /* TAG_I */
         {"u",           0 }, /* TAG_U */  
         {"code",        0 }, /* TAG_CODE */          {"code",        0 }, /* TAG_CODE */
         {"small",       0 }, /* TAG_SMALL */          {"small",       0 }, /* TAG_SMALL */
 };  };

Legend:
Removed from v.1.122  
changed lines
  Added in v.1.123

CVSweb