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

Diff for /mandoc/html.c between version 1.198 and 1.199

version 1.198, 2017/01/19 15:27:34 version 1.199, 2017/01/19 16:59:30
Line 75  static const struct htmldata htmltags[TAG_MAX] = {
Line 75  static const struct htmldata htmltags[TAG_MAX] = {
         {"dl",          HTML_NLALL | HTML_INDENT},          {"dl",          HTML_NLALL | HTML_INDENT},
         {"dt",          HTML_NLAROUND},          {"dt",          HTML_NLAROUND},
         {"dd",          HTML_NLAROUND | HTML_INDENT},          {"dd",          HTML_NLAROUND | HTML_INDENT},
         {"blockquote",  HTML_NLALL | HTML_INDENT},  
         {"pre",         HTML_NLALL | HTML_NOINDENT},          {"pre",         HTML_NLALL | HTML_NOINDENT},
         {"b",           0},          {"b",           0},
         {"i",           0},          {"i",           0},

Legend:
Removed from v.1.198  
changed lines
  Added in v.1.199

CVSweb