Issue #126 - partial fix for indenting style
This commit is contained in:
parent
8497326dc3
commit
63c6671f59
|
@ -1790,8 +1790,9 @@ 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 */
|
/* use zero indent here, see http://tidy.sf.net/bug/729972
|
||||||
TY_(PFlushLine)(doc, 0);
|
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