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

Diff for /src/usr.bin/mandoc/eqn_html.c between version 1.12 and 1.13

version 1.12, 2017/07/08 14:51:01 version 1.13, 2017/07/14 13:32:27
Line 229 
Line 229 
 {  {
         struct tag      *t;          struct tag      *t;
   
           if (bp->first == NULL)
                   return;
   
         t = print_otag(p, TAG_MATH, "c", "eqn");          t = print_otag(p, TAG_MATH, "c", "eqn");
   
         p->flags |= HTML_NONOSPACE;          p->flags |= HTML_NONOSPACE;

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13