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

Diff for /mandoc/html.c between version 1.56 and 1.57

version 1.56, 2009/10/03 16:37:23 version 1.57, 2009/10/04 09:02:40
Line 75  static const char  *const htmlattrs[ATTR_MAX] = {
Line 75  static const char  *const htmlattrs[ATTR_MAX] = {
         "width",          "width",
         "valign",          "valign",
         "target",          "target",
           "id",
 };  };
   
 #ifdef __linux__  #ifdef __linux__

Legend:
Removed from v.1.56  
changed lines
  Added in v.1.57

CVSweb