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

Diff for /src/usr.bin/mandoc/mdoc_html.c between version 1.98 and 1.99

version 1.98, 2015/02/05 01:46:38 version 1.99, 2015/02/11 14:14:53
Line 2218 
Line 2218 
             n->child->end != ENDBODY_NOT)              n->child->end != ENDBODY_NOT)
                 print_text(h, "\\&");                  print_text(h, "\\&");
         else if (n->end != ENDBODY_NOT ? n->child != NULL :          else if (n->end != ENDBODY_NOT ? n->child != NULL :
             n->parent->head->child != NULL &&              n->parent->head->child != NULL && (n->child != NULL ||
             (n->parent->body->child != NULL ||              (n->parent->tail != NULL && n->parent->tail->child != NULL)))
              n->parent->tail->child != NULL))  
                 h->flags |= HTML_NOSPACE;                  h->flags |= HTML_NOSPACE;
         return(1);          return(1);
 }  }

Legend:
Removed from v.1.98  
changed lines
  Added in v.1.99