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

Diff for /mandoc/html.c between version 1.206 and 1.207

version 1.206, 2017/02/05 19:29:19 version 1.207, 2017/02/05 20:22:04
Line 76  static const struct htmldata htmltags[TAG_MAX] = {
Line 76  static const struct htmldata htmltags[TAG_MAX] = {
         {"dt",          HTML_NLAROUND},          {"dt",          HTML_NLAROUND},
         {"dd",          HTML_NLAROUND | HTML_INDENT},          {"dd",          HTML_NLAROUND | HTML_INDENT},
         {"pre",         HTML_NLALL | HTML_NOINDENT},          {"pre",         HTML_NLALL | HTML_NOINDENT},
           {"var",         0},
         {"cite",        0},          {"cite",        0},
         {"b",           0},          {"b",           0},
         {"i",           0},          {"i",           0},

Legend:
Removed from v.1.206  
changed lines
  Added in v.1.207

CVSweb