diff --git a/src/pprint.c b/src/pprint.c index 6568c11..2535e46 100644 --- a/src/pprint.c +++ b/src/pprint.c @@ -1790,8 +1790,9 @@ void PPrintScriptStyle( TidyDocImpl* doc, uint mode, uint indent, Node *node ) PPrintTag( doc, mode, indent, node ); - /* use zero indent here, see http://tidy.sf.net/bug/729972 */ - TY_(PFlushLine)(doc, 0); + /* use zero indent here, see http://tidy.sf.net/bug/729972 + WHY??? TY_(PFlushLine)(doc, 0); */ + TY_(PFlushLine)(doc, indent); if ( xhtmlOut && node->content != NULL ) {