Applies "smart" new lines to start of script like tags
This commit is contained in:
parent
f6979787d1
commit
b6bcf0408c
|
@ -1931,9 +1931,7 @@ void PPrintScriptStyle( TidyDocImpl* doc, uint mode, uint indent, Node *node )
|
||||||
|
|
||||||
PPrintTag( doc, mode, indent, node );
|
PPrintTag( doc, mode, indent, node );
|
||||||
|
|
||||||
/* use zero indent here, see http://tidy.sf.net/bug/729972
|
TY_(PFlushLineSmart)(doc, indent);
|
||||||
WHY??? TY_(PFlushLine)(doc, 0); */
|
|
||||||
TY_(PFlushLine)(doc, indent);
|
|
||||||
|
|
||||||
if ( xhtmlOut && node->content != NULL )
|
if ( xhtmlOut && node->content != NULL )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue