[BACK]Return to html.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/html.c between version 1.89 and 1.90

version 1.89, 2017/07/15 17:57:46 version 1.90, 2017/09/06 16:24:11
Line 248 
Line 248 
   
         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.89  
changed lines
  Added in v.1.90