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

Diff for /mandoc/html.c between version 1.257 and 1.258

version 1.257, 2019/08/29 17:57:29 version 1.258, 2019/09/01 15:12:19
Line 65  static const struct htmldata htmltags[TAG_MAX] = {
Line 65  static const struct htmldata htmltags[TAG_MAX] = {
         {"title",       HTML_NLAROUND},          {"title",       HTML_NLAROUND},
         {"body",        HTML_NLALL},          {"body",        HTML_NLALL},
         {"div",         HTML_NLAROUND},          {"div",         HTML_NLAROUND},
         {"div",         0},  
         {"section",     HTML_NLALL},          {"section",     HTML_NLALL},
         {"table",       HTML_NLALL | HTML_INDENT},          {"table",       HTML_NLALL | HTML_INDENT},
         {"tr",          HTML_NLALL | HTML_INDENT},          {"tr",          HTML_NLALL | HTML_INDENT},

Legend:
Removed from v.1.257  
changed lines
  Added in v.1.258

CVSweb