diff --git a/src/pprint.c b/src/pprint.c index e62dc2e..4b4593d 100644 --- a/src/pprint.c +++ b/src/pprint.c @@ -2192,26 +2192,27 @@ void TY_(PPrintTree)( TidyDocImpl* doc, uint mode, uint indent, Node *node ) { Bool classic = TidyClassicVS; /* #228 - cfgBool( doc, TidyVertSpace ); */ uint indprev = indent; - PCondFlushLineSmart( doc, indent ); - PCondFlushLineSmart( doc, indent ); + PCondFlushLineSmart( doc, indent ); /* about to add
tag - clear any previous */ /* insert extra newline for classic formatting */ if (classic && node->parent && node->parent->content != node) { TY_(PFlushLineSmart)( doc, indent ); } - PPrintTag( doc, mode, indent, node ); + + PPrintTag( doc, mode, indent, node ); /* addor