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

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

version 1.205, 2017/02/05 18:15:39 version 1.206, 2017/02/05 19:29:19
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},
           {"cite",        0},
         {"b",           0},          {"b",           0},
         {"i",           0},          {"i",           0},
         {"code",        0},          {"code",        0},

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

CVSweb