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

Diff for /mandoc/html.c between version 1.214 and 1.215

version 1.214, 2017/06/14 01:31:26 version 1.215, 2017/06/23 02:32:12
Line 87  static const struct htmldata htmltags[TAG_MAX] = {
Line 87  static const struct htmldata htmltags[TAG_MAX] = {
         {"math",        HTML_NLALL | HTML_INDENT},          {"math",        HTML_NLALL | HTML_INDENT},
         {"mrow",        0},          {"mrow",        0},
         {"mi",          0},          {"mi",          0},
           {"mn",          0},
         {"mo",          0},          {"mo",          0},
         {"msup",        0},          {"msup",        0},
         {"msub",        0},          {"msub",        0},

Legend:
Removed from v.1.214  
changed lines
  Added in v.1.215

CVSweb