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

Diff for /mandoc/html.c between version 1.66 and 1.67

version 1.66, 2009/10/26 08:18:15 version 1.67, 2009/10/27 04:50:14
Line 80  static const char  *const htmlattrs[ATTR_MAX] = {
Line 80  static const char  *const htmlattrs[ATTR_MAX] = {
         "valign",          "valign",
         "target",          "target",
         "id",          "id",
           "summary",
 };  };
   
 #ifdef __linux__  #ifdef __linux__

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

CVSweb