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

Diff for /mandoc/html.c between version 1.119 and 1.120

version 1.119, 2010/12/20 10:40:11 version 1.120, 2010/12/20 13:07:55
Line 71  static const struct htmldata htmltags[TAG_MAX] = {
Line 71  static const struct htmldata htmltags[TAG_MAX] = {
         {"p",           HTML_CLRLINE | HTML_NOSTACK | HTML_AUTOCLOSE}, /* TAG_P */          {"p",           HTML_CLRLINE | HTML_NOSTACK | HTML_AUTOCLOSE}, /* TAG_P */
         {"pre",         HTML_CLRLINE }, /* TAG_PRE */          {"pre",         HTML_CLRLINE }, /* TAG_PRE */
         {"b",           0 }, /* TAG_B */          {"b",           0 }, /* TAG_B */
           {"i",           0 }, /* TAG_I */
           {"u",           0 }, /* TAG_U */
 };  };
   
 static  const char      *const htmlfonts[HTMLFONT_MAX] = {  static  const char      *const htmlfonts[HTMLFONT_MAX] = {

Legend:
Removed from v.1.119  
changed lines
  Added in v.1.120

CVSweb