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

Diff for /mandoc/html.c between version 1.219 and 1.220

version 1.219, 2017/07/15 17:57:51 version 1.220, 2017/09/06 16:24:25
Line 250  html_make_id(const struct roff_node *n)
Line 250  html_make_id(const struct roff_node *n)
   
         buf = NULL;          buf = NULL;
         deroff(&buf, n);          deroff(&buf, n);
           if (buf == NULL)
                   return NULL;
   
         /* http://www.w3.org/TR/html5/dom.html#the-id-attribute */          /* http://www.w3.org/TR/html5/dom.html#the-id-attribute */
   

Legend:
Removed from v.1.219  
changed lines
  Added in v.1.220

CVSweb