[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.68 and 1.69

version 1.68, 2013/12/24 19:10:34 version 1.69, 2013/12/24 20:45:21
Line 455 
Line 455 
                 break;                  break;
         }          }
   
         if (HTML_KEEP & h->flags || MDOC_SYNPRETTY & n->flags) {          if (HTML_KEEP & h->flags) {
                 if (n->prev ? (n->prev->lastline != n->line) :                  if (n->prev ? (n->prev->lastline != n->line) :
                     (n->parent && n->parent->line != n->line)) {                      (n->parent && n->parent->line != n->line)) {
                         h->flags &= ~HTML_KEEP;                          h->flags &= ~HTML_KEEP;

Legend:
Removed from v.1.68  
changed lines
  Added in v.1.69