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

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

version 1.166, 2014/09/27 09:03:24 version 1.167, 2014/09/27 09:05:57
Line 87  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.166  
changed lines
  Added in v.1.167

CVSweb