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

Diff for /mandoc/html.c between version 1.173 and 1.175

version 1.173, 2014/09/28 11:33:15 version 1.175, 2014/10/10 08:44:24
Line 87  static const struct htmldata htmltags[TAG_MAX] = {
Line 87  static const struct htmldata htmltags[TAG_MAX] = {
         {"mtable",      0}, /* TAG_MTABLE */          {"mtable",      0}, /* TAG_MTABLE */
         {"mtr",         0}, /* TAG_MTR */          {"mtr",         0}, /* TAG_MTR */
         {"mtd",         0}, /* TAG_MTD */          {"mtd",         0}, /* TAG_MTD */
           {"munderover",  0}, /* TAG_MUNDEROVER */
           {"munder",      0}, /* TAG_MUNDER*/
           {"mover",       0}, /* TAG_MOVER*/
 };  };
   
 static  const char      *const htmlattrs[ATTR_MAX] = {  static  const char      *const htmlattrs[ATTR_MAX] = {
Line 102  static const char *const htmlattrs[ATTR_MAX] = {
Line 105  static const char *const htmlattrs[ATTR_MAX] = {
         "charset", /* ATTR_CHARSET */          "charset", /* ATTR_CHARSET */
         "open", /* ATTR_OPEN */          "open", /* ATTR_OPEN */
         "close", /* ATTR_CLOSE */          "close", /* ATTR_CLOSE */
           "mathvariant", /* ATTR_MATHVARIANT */
 };  };
   
 static  const char      *const roffscales[SCALE_MAX] = {  static  const char      *const roffscales[SCALE_MAX] = {

Legend:
Removed from v.1.173  
changed lines
  Added in v.1.175

CVSweb