[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.167

version 1.165, 2014/09/27 09:02:19 version 1.167, 2014/09/27 09:05:57
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 */
Line 89  static const char *const htmlattrs[ATTR_MAX] = {
Line 87  static const char *const htmlattrs[ATTR_MAX] = {
         "style", /* ATTR_STYLE */          "style", /* ATTR_STYLE */
         "width", /* ATTR_WIDTH */          "width", /* ATTR_WIDTH */
         "id", /* ATTR_ID */          "id", /* ATTR_ID */
         "summary", /* ATTR_SUMMARY */  
         "align", /* ATTR_ALIGN */          "align", /* ATTR_ALIGN */
         "colspan", /* ATTR_COLSPAN */          "colspan", /* ATTR_COLSPAN */
         "charset", /* ATTR_CHARSET */          "charset", /* ATTR_CHARSET */

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

CVSweb