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

Diff for /mandoc/html.c between version 1.165 and 1.166

version 1.165, 2014/09/27 09:02:19 version 1.166, 2014/09/27 09:03:24
Line 78  static const struct htmldata htmltags[TAG_MAX] = {
Line 78  static const struct htmldata htmltags[TAG_MAX] = {
 };  };
   
 static  const char      *const htmlattrs[ATTR_MAX] = {  static  const char      *const htmlattrs[ATTR_MAX] = {
         "http-equiv", /* ATTR_HTTPEQUIV */  
         "content", /* ATTR_CONTENT */  
         "name", /* ATTR_NAME */          "name", /* ATTR_NAME */
         "rel", /* ATTR_REL */          "rel", /* ATTR_REL */
         "href", /* ATTR_HREF */          "href", /* ATTR_HREF */

Legend:
Removed from v.1.165  
changed lines
  Added in v.1.166

CVSweb