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

Diff for /mandoc/html.c between version 1.204 and 1.205

version 1.204, 2017/01/29 14:02:41 version 1.205, 2017/02/05 18:15:39
Line 65  static const struct htmldata htmltags[TAG_MAX] = {
Line 65  static const struct htmldata htmltags[TAG_MAX] = {
         {"br",          HTML_NOSTACK | HTML_AUTOCLOSE | HTML_NLALL},          {"br",          HTML_NOSTACK | HTML_AUTOCLOSE | HTML_NLALL},
         {"a",           0},          {"a",           0},
         {"table",       HTML_NLALL | HTML_INDENT},          {"table",       HTML_NLALL | HTML_INDENT},
         {"tbody",       HTML_NLALL | HTML_INDENT},          {"colgroup",    HTML_NLALL | HTML_INDENT},
         {"col",         HTML_NOSTACK | HTML_AUTOCLOSE | HTML_NLALL},          {"col",         HTML_NOSTACK | HTML_AUTOCLOSE | HTML_NLALL},
         {"tr",          HTML_NLALL | HTML_INDENT},          {"tr",          HTML_NLALL | HTML_INDENT},
         {"td",          HTML_NLAROUND},          {"td",          HTML_NLAROUND},

Legend:
Removed from v.1.204  
changed lines
  Added in v.1.205

CVSweb