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

Diff for /mandoc/html.c between version 1.252 and 1.253

version 1.252, 2019/01/18 14:36:21 version 1.253, 2019/03/01 10:57:17
Line 63  static const struct htmldata htmltags[TAG_MAX] = {
Line 63  static const struct htmldata htmltags[TAG_MAX] = {
         {"title",       HTML_NLAROUND},          {"title",       HTML_NLAROUND},
         {"div",         HTML_NLAROUND},          {"div",         HTML_NLAROUND},
         {"div",         0},          {"div",         0},
           {"section",     HTML_NLALL},
         {"h1",          HTML_NLAROUND},          {"h1",          HTML_NLAROUND},
         {"h2",          HTML_NLAROUND},          {"h2",          HTML_NLAROUND},
         {"span",        0},          {"span",        0},

Legend:
Removed from v.1.252  
changed lines
  Added in v.1.253

CVSweb