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

Diff for /mandoc/html.c between version 1.133 and 1.134

version 1.133, 2011/04/29 22:18:12 version 1.134, 2011/04/30 10:18:24
Line 427  print_otag(struct html *h, enum htmltag tag, 
Line 427  print_otag(struct html *h, enum htmltag tag, 
                 print_attr(h, "lang", "en");                  print_attr(h, "lang", "en");
         }          }
   
         /* Accomodate for XML "well-formed" singleton escaping. */          /* Accommodate for XML "well-formed" singleton escaping. */
   
         if (HTML_AUTOCLOSE & htmltags[tag].flags)          if (HTML_AUTOCLOSE & htmltags[tag].flags)
                 switch (h->type) {                  switch (h->type) {

Legend:
Removed from v.1.133  
changed lines
  Added in v.1.134

CVSweb